Re: IMAP with Domino



On 08/24/2009 01:41:12 PM, Ildar Mulyukov wrote:
	Hi!
I'm playing with Balsa against Lotus Domino version 8 (IMAP).
So I have some feedback.
1. Balsa doesn't treat well "\\" as a folder separator. For example:
	IMAP C: 6 LIST "public\\info\\" "%"
	IMAP S: * LIST (\HasNoChildren) "\\" {15}
	public\info\ALT
	* LIST (\Noinferiors \HasNoChildren) "\\" {17}
	public\info\Inbox
	* LIST (\Noinferiors \HasNoChildren) "\\" {17}
	public\info\Trash
	6 OK LIST completed
	IMAP C: 7 SELECT "public\info\ALT"
This could easily be the Domino's fault. I am not sure as I didn't check an RFC for that.

This is balsa's fault - it should send

tag SELECT "public\\info\\ALT"

or similar, UTF-7 encoded string. Actually, balsa never tries to quote properly, it rather falls back to UTF-7 enconding. I have no idea at the moment why it does not work. I will check what goes wrong there...

Pawel


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]