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
582 stars 86 forks source link

Compatibility problem with tools issuing FETCH commands with macros #314

Closed franciscodavid closed 1 year ago

franciscodavid commented 1 year ago

I was trying to move messages between Office365 and GMail with imapfilter when I noticed that davmail was not honoring the 'FAST' macro for the FETCH command. I was only capable of moving messages when I edited imapfilter's code to issue FETCH requests with the equivalent "(FLAGS INTERNALDATE RFC822.SIZE)" instead.

Is it possible to make davmail understand the FAST, FULL and ALL macros to improve compatibility with other tools/clients?

franciscodavid commented 1 year ago

Thank you!