Right. LOGIN adminname adminpass will log you into the admin account. If you instead used AUTHENTICATE PLAIN, then a base64-encoded string including the account you want to login, the admin name, and the admin pass delimited by NUL bytes, the server will use the admin credentials to log you into the target user. imapsync knows how to do this... |