linagora / tmail-backend

GNU Affero General Public License v3.0
36 stars 17 forks source link

Rule to unwrap attached EML #926

Open chibenwa opened 6 months ago

chibenwa commented 6 months ago

Outlook forwards messages by wrapping their EML as the attachment of the email which is very inconvenient.

As the receiver of such emails I want to have a way to unwrap it.

As I want to do it from specific address implementing a rule action for this would be best.

Given a mail with multipart/mixed and a signle message/rfc822 attachment,
Then the mime message of the mail is substituted with the message/rfc822 attachment