SASL is now in CVS for IMAP4, SMTP, POP3. It seems that a draft existed for NNTP but since it is expired, I did not spent time on it.
It has been tested for PLAIN, CRAM-MD5 and DIGEST-MD5 authentication (thanks to laposte.net).
July 16, 2005
SASL implemented
July 14, 2005
SASL
1. libetpan
I am working on SASL for libetpan. Cyrus-SASL will be used.
That will bring some numbers of authentication mechanism for IMAP4, POP3 and SMTP : ANONYMOUS, CRAM-MD5, PLAIN, GSSAPI (MIT Kerberos 5 or Heimdal Kerberos 5), DIGEST-MD5, LOGIN, SRP, NTLM, OTP, KERBEROS_V4.
Implementation will be started with IMAP4.
some addition of API (mainly authentication API) will be needed since SASL authentication
needs the server full qualified name, a login, an authentication name, a password, and a realm name (kerberos meaning).
2. music
listening to Meshuggah.
Opeth to be on tour in Paris on september.
July 11, 2005
workaround old Courier IMAP bug
1. Courier IMAP nightmare is back once again.
A workaround has to be applied in sylpheed to workaround a bug in old Courier IMAP servers.
if we quote atom such as “Reply-To”, the server won’t understand the command.
It looks like (in opposition to what I said earlier) we could fix that by not quoting words with ‘-’ char. (1)
The workaround that has been applied is fetching all headers instead of performing a fetching a selection of headers.
Maybe I’ll workaround this also in libetpan by using (1).
2. music
listening to Spineshank.
3. books (french)
“Vacances dans le coma” – Frederic Beigbeder – ISBN 2253140708.
“XY, de l’identité masculine” – Elisabeth Badinter – ISBN 2253097837. english version : “XY, on masculine identity” – ISBN 0231084358
July 3, 2005
sylpheed IMAP, libetpan 0.37
libetpan 0.37 has been released.
libetpan/etpan website has been updated (http://www.etpan.org).
sylpheed-claws IMAP new implementation is now in HEAD.