I want to use ipop3d to access an IMAP server.
So I've done some "torture" tests, to see if it works well or fails
safe in different strange conditions.
Interesting logs:
1.from the pop3 client:
retr 1
+OK 239 octets
Return-Path: <>
Received: from test ([10.80.80.80])
by xx-xx-xx-xxx (Cyrus v2.2.12) with LMTPA;
Thu, 16 Jun 2005 21:21:32 +0300
X-Sieve: CMU Sieve 2.2
Date: Thu
Message-ID: <[EMAIL PROTECTED]>Status: RO
.
retr 2
+OK 10030 octets
Status: RO
.
For the first message Status: should have its own line. Two lines (or
one?) have been appended by ipop3d at the end of the message.
Should the second retr give an error?
2. ipop3d to imap server
00000005 FETCH 1 BODY.PEEK[HEADER]
* 1 FETCH (BODY[HEADER] {227}
Return-Path: <>
Received: from test ([10.80.80.80])
. by xx-xx-xx-xxx (Cyrus v2.2.12) with LMTPA;
. Thu, 16 Jun 2005 21:21:32 +0300
X-Sieve: CMU Sieve 2.2
Date: Thu
Message-ID: <[EMAIL PROTECTED]>
)
00000005 OK Completed (0.000 sec)
00000006 FETCH 1 BODY[TEXT]
* 1 FETCH (BODY[TEXT] "")
00000006 OK Completed (0.000 sec)
00000007 FETCH 2 BODY.PEEK[HEADER]
* OK Message 2 no longer exists
* 2 FETCH (BODY[HEADER] "")
* 2 FETCH (FLAGS (\Deleted \Seen))
00000007 OK Completed (0.000 sec)
00000008 FETCH 2 BODY[TEXT]
* OK Message 2 no longer exists
* 2 FETCH (BODY[TEXT] "")
00000008 OK Completed (0.000 sec)
(First message has no body, nor the line between headers and body.
Second message has been deleted and the mailbox expunged.)
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw