[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnutls-cli works but wl hangs



On Fri, 1 Oct 2010 17:30:43 +0100  wrote:

> Hi,
> 
> I'm trying to get wl to attach to an imap server. The server uses tls, with 
> plain authentication. I'm running Ubuntu, with emacs 22 and either wl 2.14.10 
> or wl 2.15.6 (package wl-beta). Both packages show the same problem.
> 
> The folder definition looks something like:
> 
> %remote_folder:"my.name@example.com"/plain@imap.example.com:993!!

Plain is no valid authenticate type. Try clear instead.
Other values: login (default), cram-md5, digest-md5 and ntlm.

Are you sure you want starttls on port 993? Try a single ! for SSL.
 
Good luck!

-Herbert