mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/tglx/remail.git
synced 2024-11-24 13:22:39 +01:00
No description
759dd19c9e
1) Use EmailMessage EmailMessage with the default policy handles header encoding correctly by default and uses '\n' line separators, which works for both as_string() and smtplib.send_message() correctly. The latter flattens the message with the RFC conform '\r\n' line separators unconditionally. Aside of that EmailMessage provides defects reporting which is useful to ensure that the outgoing mails are correct. A check for that will be added later 2) Simplify header handling Remove all existing headers from the cloned message first and add those which are required either as new headers or copied from the original message which was handed in to send_mail() Signed-off-by: Thomas Gleixner <tglx@linutronix.de> |
||
---|---|---|
Documentation | ||
LICENSES | ||
remail | ||
.gitignore | ||
__init__.py | ||
COPYING | ||
README.md | ||
remail.service | ||
remail_chkcfg | ||
remail_daemon | ||
remail_pipe | ||
requirements.txt | ||
TODO |
remail - A set of tools for crypted mailing lists
A simplistic but powerfull crypted mailing list tool set. The following tools are available:
remail_daemon - The crypto mailing list processor remail_chkcfg - Tool to check the configuration
Install
It's recommended to generate the appropriate package for your system and install it via the package manager.
Usage
See Documentation and man pages