Page MenuHome GnuPG

GpgOL does not (mime) encrypt messages sent from drafts folder in Outlook 2010 and later
Closed, ResolvedPublic

Description

The current git master version built with enable-mime-send does not encrypt
mails when sending a draft.

To reproduce:

  • Start a new mail -> Save as draft.
  • Open it from the drafts folder. -> Select "Encrypt"
  • Send

Message will _not_ be encrypted even though the button was toggeled.

It's totally weird. In the Debug output I can see that the "I wish to Encrypt
flag" is set on a mailitem but the actual send event comes from a different
mailitem.

Details

Version
master

Event Timeline

aheinecke renamed this task from GpgOL does not encrypt messages sent from drafts folder in Outlook 2010 and later to GpgOL does not (mime) encrypt messages sent from drafts folder in Outlook 2010 and later.Nov 27 2015, 10:43 AM

Should be fixed in git master. There is a small issue that sending encrypted
drafts from the inline reply window does not work. But if you open the draft in
a composer the Sign / Encrypt state is the same as it was when saving the draft.

The inline thingy is another issue. I can catch that and add a Messagebox to
tell the user she should open the messagecomposer to send.

Emanuel tested this. As I wrote, inline editors are another thing.