<<< Date Index >>>     <<< Thread Index >>>

Re: IMAP connection not working



On Fri, Oct 03, 2003 at 03:59:22PM -0400, Ajai Khattri wrote:
> So what is the big secret to  getting IMAP working?!

Here's what works for me:

I have the following lines in my ~/.muttrc file:

set spoolfile=imaps://user@xxxxxxxxxxxxxxx/INBOX
set folder=imaps://user@xxxxxxxxxxxxxxx/

This sets my default inbox to be the one on the IMAP server.

Dan