MAPIProvider/Mailer

From Evolution

[edit]

Notes

[edit]

Getting the right body type during item fetch

  • Don't rely on PR_MSG_EDITOR_FORMAT
  • Can't really determine content/type in straight forward way.
  • Parsing transport headers. ( Not reliable ? )
  • Figure out type by iterating through all the 4 types. Recommended ( Handle/Ignore RTF? )
[edit]

Deleting Mails

libmapi uses MoveCopyMessages with 'bool WantCopy' for moving.