On Wed, Jan 01, 2020 at 04:42:46PM -0800, William Pietri wrote:
When I connect to the IMAP server directly, here's what that first message looks like to two different commands:


   03 fetch 2909 full
[...]
   05 fetch 2909 body[header]
[...]

you need to use uid fetch, as the mumbers refer to uids. the exact command mbsync invokes should be something close to this:

1234 uid fetch 2909 (body.peek[])

(you can observe that by running with -Dn or -- including the payloads -- with -DN (not recommended ...)).

note that the "MAIL FROM:" headers are technically kinda invalid and would deserve fixing (obtaining a reliable INTERNALDATE for them might be a problem, though), but that's not a problem for mbsync.



_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to