|
From: Florian L. <f.l...@mo...> - 2017-03-07 17:28:39
|
Le 07/03/2017 à 10:23, Oswald Buddenhagen a écrit :
>> * unexpected tag errors (always on the same mailboxes)
>> * connection reset by peer (outlook side), I thought it was only after
>> 10 imap commands errors that outlook was disconnecting clients. I
>> suspect that this happens after the same messages, I need to -DN
>> those boxes to be sure
>> * some mails are refused by outlook (without explanations, would be
>> too easy)
> these all sound like Business As Usual (TM) with outlook.
Crawling through logfiles, I saw this :
M: >>> 11 UID FETCH 124336 (INTERNALDATE BODY.PEEK[])
M: * 6038 FETCH (UID 124336 INTERNALDATE "05-Oct-2016 14:52:57 +0000"
BODY[] {64216}
S: >>> 11 APPEND "INBOX" (\Seen) "05-Oct-2016 16:52:57 +0200" {64238+}
M: >>> 12 UID FETCH 124338 (INTERNALDATE BODY.PEEK[])
S: BAD Command Error. 10
IMAP error: unexpected tag BAD
Is this legit to have the message size with a + sign at the end ?! And
why is it different from the source size ?
(I tried to read the RFC822 but didn't find the answer)
|