Eirik Oeverby writes:
After a bit of research and running evolution-mail in debug mode, I found that the imapd is sending a '\Noselect' flag with the INBOX, which according to the RFC's specify that the folder is *not* to be selectable/viewable by the user.
received: A00000 OK CAPABILITY completed sending : A00001 LOGIN xxx xxx received: A00001 OK LOGIN Ok. sending : A00002 LSUB "" "\".\"/*" received: A00002 OK LSUB completed
Evolution bug. Evolution should not be sending this crap to the server.
sending : A00003 LSUB "" "\".\"" received: A00003 OK LSUB completed.
Evolution bug. Evolution should not be sending this crap to the server.
This is a request to list "subscribed" folders only. Since you did not previously explicitly subscribe to INBOX, the response from the server indicates that fact.sending : A00004 LSUB "" INBOX received: * LSUB (\Noselect \HasChildren) "." "INBOX"
The correct command here is LIST, not LSUB:
a OK LOGIN Ok.
a LIST "" "INBOX"
* LIST (\Unmarked \HasChildren) "." "INBOX"
a OK LIST completed
Evolution bug. Evolution should not be sending this crap to the server. Courier-IMAP does not use the / character as a folder hierarchy separator. See the FAQ.received: A00004 OK LSUB completed. sending : A00005 LSUB "" "INBOX/%" received: A00005 OK LSUB completed.
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
