wechange-eg / cosinnus-devops

Devops repository for the WECHANGE suite. Your starting point to contribute to WECHANGE.
GNU Affero General Public License v3.0
22 stars 9 forks source link

Direct Email reply #33

Open almereyda opened 5 years ago

almereyda commented 5 years ago

A notification message about a conversation in Cosinnus contains a link with a direct reply token at the bottom of the message.

This looks similar to:


DIRECT-REPLY CODE: directreply+3+noo1ohlahJe9gaeteshieciegaekoo8h+wechange.de

A reply to such a message is instead sent to directreply@wechange.de.

If this reply code acts similarily to what GitLab or Discourse do, then the answer could be sent to

directreply+3+noo1ohlahJe9gaeteshieciegaekoo8h@wechange.de

instead. This address can be explicitly stated through the Reply-To: header. Also see RFC 2822 section A.2. for details.

saschasommer commented 5 years ago

Yes, this would have been my preferred approach too. Unfortunately, we ran into problems with our email provider not supporting wildcard (+) inboxes, so we sadly had to use the current functionality as a workaround.