2008/7/9 Brian Gernhardt <benji@xxxxxxxxxxxxxxxxxx>: > > 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: I'll fix it not to use "[Gmail]/Drafts" in the example as that is the exception rather than the norm. > And I also assume that someone has tried this with Gmail and it doesn't > mangle the Drafts. Yes, as specified in my previous email I tested with two different IMAP servers, one of which was Gmail. > I'd also move the sslverify option into the tunneling > example, as it's more likely to be needed there. Actually, the sslverify option is ignored in tunnel mode (since you're likely to be using your own encryption with the tunnel). I'll document this and other ignored options in a revised patch. -- Rob Shearman -- 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