View Single Post
  #9   (View Single Post)  
Old 13th June 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

An update to Scott's page:

gmail now also supports IMAP, which is much better than POP3 IMO .. See:
http://mail.google.com/support/bin/a...95&topic=13294
http://mail.google.com/support/bin/a...y?answer=78799

For mutt that would be:
Code:
set spoolfile = "imaps://imap.gmail.com"
set imap_user = "myname@gmail.com"
set imap_pass = "mypass"
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote