mguessan / davmail

DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway - Synced with main subversion repository at
http://davmail.sourceforge.net
GNU General Public License v2.0
576 stars 85 forks source link

Succssful APPEND response is incorrect w/ UIDPLUS #315

Open mqualizz opened 11 months ago

mqualizz commented 11 months ago

With UIDPLUS, the APPEND response should list the UIDVALIDITY value of the mailbox, followed by the UIDs of the appended messages.

E.g. S: G13 OK [APPENDUID 1 7064] APPEND completed

But the response returned by DavMail has these values reversed: S: G13 OK [APPENDUID 7064 1] APPEND completed

Which forces my client to do a re-sync

mguessan commented 10 months ago

Correct, mixed up order in RFC, fixed in trunk