[imapproxy] Bugs in cvs version

Didi Rieder adrieder@sbox.tugraz.at
Tue Oct 29 13:07:46 2002


Hi,

I played arround a little bit more with the imapproxy and found the 
following:

1) When I login to the proxy and fetch all 416 mails from my INBOX the 
proxy closes the connection after having fetched ~200 mails

[root@webmail log]# telnet localhost 1430
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK IMAP4rev1 ImapProxy v1.0-1 Welcome to my dominion.
. LOGIN user pass
. OK Reactivating record
. SELECT INBOX
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
* 416 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 923847556]
* OK [UIDNEXT 76730]
. OK [READ-WRITE] Completed
. FETCH 1:416 ALL
[...]
* 214 FETCH ....
Connection closed by foreign host.


2) When I fetch the first 213 messages (sometimes) it stops at message ~200 
and doesn't return "OK Completed"

[root@webmail log]# telnet localhost 1430
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK IMAP4rev1 ImapProxy v1.0-1 Welcome to my dominion.
. LOGIN user pass
. OK Reactivating record
. SELECT INBOX
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
* 416 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 923847556]
* OK [UIDNEXT 76730]
. OK [READ-WRITE] Completed
. FETCH 1:213 ALL
[...]
* 201 FETCH ....


~Didi

-- 
-------------------------
Didi Rieder
adrieder@sbox.tugraz.at
-------------------------