On Mon, 12 Jan 2004, [UTF-8] "Leonard Lin ( ªL½«µM )" wrote: >B. Johannessen wrote: >sorry it took a while to get it right, >unfortunately I couldn't get it nicely, but I think >it's possible to see what happened. >in the attached file is a dump with tethereal.
It's quite okay for this purpose. We can improve the Wiki if it was difficult to use. >Mozilla is not unsubscribing properly. This seems to be related to a problem discussed on the Binc IMAP mailing list. Mozilla sends this command: 3 lsub "" "tmpTrash4/*" Now if tmpTrash4 does not contain inferiors, the author of the procotol is saying that the LSUB handler should still reply with * LSUB "" "tmpTrash4" Since the * means "0 or more of anything" in IMAP, and tmpTrash4/ is equivalent to tmpTrash4. Binc IMAP does _not_ include this folder (it ends up with searching for the folder _named_ tmpTrash4/), and that may be confusing Mozilla somehow. I'll see if changing this behavior will make Mozilla more happy. I can provide you with a patch once I've done some debugging. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
