Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. set realname = "<first and last name>"
  2. set from = "<gmail username>@gmail.com"
  3. set use_from = yes
  4. set envelope_from = yes
  5.  
  6. set smtp_url = "smtps://<gmail username>@gmail.com@smtp.gmail.com:465/"
  7. set smtp_pass = "<gmail password>"
  8. set imap_user = "<gmail username>@gmail.com"
  9. set imap_pass = "<gmail password>"
  10. set folder = "imaps://imap.gmail.com:993"
  11. set spoolfile = "+INBOX"
  12. set ssl_force_tls = yes
  13.  
  14. # G to get mail
  15. bind index G imap-fetch-mail
  16. set editor = "vim"
  17. unset record
  18. set move = no
  19. set charset = "utf-8"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement