On Mon, 2006-09-18 at 09:39 +0200, Marc Dirix wrote: > authenticate "PLAIN" > NO "Authentication scheme not supported."
It's a bug. The response to that line should be something like NO "Authenticate requires an argument" Unfortunately, there's no simple plain-text login option. You'll need to generate a base64-encoded sasl string, which (off the top of my head) is the base64 of usernameNULLpasswordNULL It's really a pain in the butt to generate. I recommened using a simple Sieve client like gsieve and tracing the connection to find out what the password string is. Aaron
