Advertisement
Guest User

Untitled

a guest
Aug 26th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. (setq gnus-select-method
  2. '(nnimap "gmail"
  3. (nnimap-address "imap.gmail.com")
  4. (nnimap-server-port 993)
  5. (nnimap-stream ssl)))
  6.  
  7. machine imap.gmail.com login "myuser@gmail.com" password "mypassword" port 993
  8.  
  9. export EMAIL="mymail@gmail.com"
  10. export NAME="myname"
  11. export IMAPSERVER="imap.gmail.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement