aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-06-20remail: v0.14HEADv0.14testingmasterThomas Gleixner1-1/+1
2023-06-20remail: Make From header mangling less convolutedThomas Gleixner1-11/+44
2023-06-20remail: Add X-Original-From headerThomas Gleixner2-6/+21
2023-06-20remail: Fix closing boundariesThomas Gleixner1-1/+2
2023-06-20remail: Check outgoing mails for defectsThomas Gleixner2-3/+8
2023-06-20remail: Simplify send_mail()Thomas Gleixner1-68/+37
2023-06-20remail: Unify send_mail()Thomas Gleixner1-15/+8
2023-06-20remail: Simplify msg_set_header()Thomas Gleixner1-6/+4
2023-06-20remail: Use email.utils.get_addresses()Thomas Gleixner2-37/+4
2023-06-20remail: Use email.utils.parseaddr()Thomas Gleixner1-5/+2
2023-06-20remail: Use existing policy for pipeThomas Gleixner1-2/+1
2023-06-20remail: Remove unused functions and debug leftoversThomas Gleixner1-49/+0
2020-11-05remail: v13v0.13Thomas Gleixner1-1/+1
2020-11-05remail: Fix the from manglingThomas Gleixner1-0/+1
2020-11-01remail: v0.12v0.12Thomas Gleixner1-1/+1
2020-11-01remail: Allow optional transport based securityThomas Gleixner6-14/+49
2020-09-19remail: v0.11v0.11Thomas Gleixner1-1/+1
2020-09-19remail/pipe: Add command line option to handle config updatesThomas Gleixner3-3/+17
2020-09-04remail: v0.10v0.10Thomas Gleixner1-1/+1
2020-09-04remail/smime: Store sender informationThomas Gleixner1-8/+33
2020-09-04remail/gpg: Store sender informationThomas Gleixner1-5/+50
2020-09-04remail: Retrieve sender informationThomas Gleixner6-24/+80
2020-09-04remail/smime: Use certificate embedded in signature for verificationThomas Gleixner1-6/+5
2020-09-04remail/remaild: Fix failure messageThomas Gleixner1-3/+3
2020-03-11v0.9v0.9Thomas Gleixner1-1/+1
2020-03-11remail/mail: Handle dwmw2s magic evo pluginThomas Gleixner1-0/+53
2020-03-11remail/mail: Add missing encrypted.asc filenameThomas Gleixner1-2/+5
2020-03-04remail: v0.8v0.8Thomas Gleixner1-1/+1
2020-03-04remaild: Also notify on IN_MOVED_TO eventsAndreas Rammhold1-1/+6
2020-03-04config: Introduce an enabled flag for S/MIMEAndreas Rammhold4-6/+18
2020-03-04remail: Relax the mail validation so new gTLDs have a chance to passAndreas Rammhold1-1/+1
2020-03-04config: Pass the incorrect mail address instead of the config pathAndreas Rammhold1-1/+1
2020-03-04config: Throw correct exception when address isn't validAndreas Rammhold1-1/+1
2020-02-20remail/lists: Emit warning text instead of 'txt'Thomas Gleixner1-1/+1
2020-02-19remail: v0.7v0.7Thomas Gleixner1-1/+1
2020-02-19remail/gpg: Use the lists private key for signingThomas Gleixner1-1/+6
2020-02-17remail: v0.6v0.6Thomas Gleixner1-1/+1
2020-02-17Documentation: Add mailinglist infoThomas Gleixner2-0/+40
2020-02-17ruamel/config: Use ruamel.yaml instead of yamlAndreas Rammhold1-2/+3
2020-01-09remail: v0.5v0.5Thomas Gleixner1-1/+1
2020-01-09remail: Make sure list configs inherit global gpg/smimeKonstantin Ryabitsev1-4/+7
2020-01-09remail: Fix default list-id value to conform to RFC2919Konstantin Ryabitsev2-3/+10
2020-01-09remail: Add requirements.txt fileKonstantin Ryabitsev1-0/+5
2019-11-14remail/remaild: Use correct path for frozen mails and update log messageThomas Gleixner1-7/+6
2019-11-13remail/mail: Handle Outlook GPG plugin properThomas Gleixner1-20/+34
2019-11-13remail/mail: Sanitize incoming headersThomas Gleixner1-0/+5
2019-11-13remail/pipe: Allow UTF-8 for incoming mailsThomas Gleixner1-1/+2
2019-11-12remail/mail: Add yet another outlook magic filenameThomas Gleixner1-1/+1
2019-11-11remail: version 0.4v0.4Thomas Gleixner1-1/+1
2019-11-11remail/gpg: Allow specifying path to the gpgbinary to useKonstantin Ryabitsev3-0/+7
2019-11-01remail: Add remail_pipe scriptThomas Gleixner6-22/+171
2019-11-01Documentation: Rename configuration man pageThomas Gleixner4-3/+3
2019-09-22remail: Add TODO and a hacky service fileThomas Gleixner2-0/+25
2019-09-22remail: Initial importThomas Gleixner48-0/+5299