Re: authentication, outgoing, IMAP
Kazuhiro Ito <[email protected]> Sun, 17 Dec 2017 14:53:34 +0900
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <86d13dc335.wl--xmue__13905.8099980049$1513489975$gmane$org@d1.dion.ne.jp> |
> I have this in ".wl" (and no authentication setting in ".folders"): > > (setq elmo-imap4-default-stream-type 'ssl) > (setq elmo-imap4-default-authenticate-type 'clear) > > When I change the first to > > (setq elmo-imap4-default-authenticate-type 'login) > > It says authentication failed when I try to fetch mail. Why you need to change? I think you don't need to change if you can fetch mail with the first settings. > So: is this a problem? This question-answer on stack exchange: > https://stackoverflow.com/questions/24950225/emacs-wanderlust-imap-password-authentication > seems to suggest the password is safe, but the WL manual says it is > sent "in raw format" if the setting is "clear". As authentication mechanism, CLEAR authentication sends plain password to a server. But all sent and received data are encrypted if you use SSL connection. -- Kazuhiro Ito