On Jul 8, 2008, at 6:18 PM, Robert Shearman wrote:
+Using direct mode:
+.........................
[imap]
- Host = imaps://imap.example.com
- User = bob
- Pass = pwd
- Port = 993
+ folder = "[Gmail]/Drafts"
+ host = imaps://imap.example.com
+ user = bob
+ pass = p4ssw0rd
+ port = 123
sslverify = false
..........................
If you're going to use [Gmail]/Drafts as the example folder, shouldn't
you just use mail.google.com as your example? Google themselves use username@xxxxxxxxx
as an example[1], so that should be safe. So:
..............................
[imap]
folder = "[Gmail]/Drafts"
host = imaps://imap.gmail.com
port = 993
user = username
pass = password
..............................
And I also assume that someone has tried this with Gmail and it
doesn't mangle the Drafts. I'd also move the sslverify option into
the tunneling example, as it's more likely to be needed there.
[1] http://mail.google.com/support/bin/answer.py?answer=78799
~~ Brian
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html