On Thu, 2007-03-22 at 17:38 +0200, Timo Sirainen wrote:
On Thu, 2007-03-22 at 10:26 -0500, Rick Romero wrote:
I upgraded from rc7 to rc24 a couple weeks ago, and noticed today that Pegasus Mail's IMAP no longer connects. So I put rc27 in, and it worked, but only for a little while... .. dovecot: Mar 22 09:55:58 Info: imap-login: Login: user=<rick>, method=PLAIN, rip=172.16.100.20, lip=172.16.100.10, TLS
So it logs in fine. Apparently there's some command that behaves differently, or something..
Could you get rawlogs from both rc27 and rc7 so I could see what exactly it does differently? See http://dovecot.org/bugreport.html
Gah! They are all doing the same thing ;)
# cat 20070322-105149-98198.out
- OK [RAWLOG TIMESTAMP] 2007-03-22 10:51:49 A2 OK List completed.
- BYE Logging out A2 OK Logout completed.
cat 20070322-105149-98198.in
A2 LIST "" "" A2 LOGOUT
BUT - If I connect with via Courier (port 144) first, get the folder list, then go back to dovecot Pegasus Mail does:
A2 LIST "INBOX." "*"
And everything is peachy, except I have two sets of folders.
I tried to start over, so Pegasus Mail asks for:
A2 LIST "" "*"
I completely deleted the account, and recrated it, and I'm back to:
A2 LIST "" ""
Even though I try different settings in Pegasus Mail, I can't get it to change anything. I assume the first "" is the namespace, and I've specified that, but nothing happens.
Can Dovecot return * if it receives "" ? Or is Pegasus Mail really broke?
Rick