Problem/Motivation
As a part of future mailhandler demo module we should add sample mail messages.
Proposed resolution
Add mail samples with PGP signed messages (inline, MIME, MIME HTML). Also, add an install hook that creates a sample node type, mailhandler role, mailhandler user.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | add_sample_pgp_signed-2763033-5-interdiff.txt | 14.03 KB | mbovan |
| #5 | add_sample_pgp_signed-2763033-5.patch | 13.66 KB | mbovan |
| #3 | add_sample_pgp_signed-2763033-3.patch | 9.97 KB | mbovan |
Comments
Comment #2
mbovan commentedAdded parent issue.
Comment #3
mbovan commentedThe patch that adds sample PGP signed messages, info file and an install hook.
Comment #4
miro_dietikerI think for demo maintenance purposes, we should also add the original private key you're using for this example...
Otherwise we can't update the demo reproducible. Or you think whoever updates it should use an own key?
By coding standard, you are supposed to use example.com as example domain. Please update all your examples...
https://www.drupal.org/coding-standards#example
Comment #5
mbovan commentedRe #4.1: Added a private key too. It can be useful as an easy start.
Re #4.2: Right. I didn't add it at first because I had to have a valid email address to send signed emails. Found a way to sign it in the other way.
Also, opened an issue for "example.com" domain #2763463: Replace custom domain with example.com.
Comment #7
mbovan commentedCommitted #5.