- 11 Mar, 2022 1 commit
-
-
bosong authored
-
- 09 Jan, 2022 1 commit
-
-
Victor R. Santos authored
-
- 20 Nov, 2021 1 commit
-
-
Hao Guan authored
-
- 09 Nov, 2021 3 commits
- 08 Nov, 2021 1 commit
-
-
Scre13 authored
-
- 04 Nov, 2021 1 commit
-
-
neil authored
-
- 03 Nov, 2021 1 commit
-
-
jearton authored
-
- 03 Oct, 2021 2 commits
- 17 Jul, 2021 1 commit
-
-
ciro authored
-
- 16 Jul, 2021 1 commit
-
-
ciro authored
-
- 11 Jul, 2021 1 commit
-
-
ciro authored
-
- 07 Jul, 2021 2 commits
-
-
Steven Zhu authored
-
Steven Zhu authored
-
- 23 Jun, 2021 1 commit
-
-
Habetdin authored
To escape characters '_', '*', '`', '[' outside of an entity, prepend the characters '\' before them.
-
- 29 Apr, 2021 1 commit
-
-
Eike-Christian Müller authored
Reverted the original patch and changed it to the obvious simple solution provided by @Neilpang.
-
- 08 Apr, 2021 4 commits
-
-
Mike Beattie authored
(fix shellcheck failure)
-
Mike Beattie authored
Signed-off-by:
Mike Beattie <mike@ethernal.org>
-
Mike Beattie authored
Signed-off-by:
Mike Beattie <mike@ethernal.org>
-
Mike Beattie authored
This messes with markdown parsing Signed-off-by:
Mike Beattie <mike@ethernal.org>
-
- 22 Mar, 2021 2 commits
- 21 Mar, 2021 16 commits
-
-
medmunds authored
Secure by default. Also try to minimize configuration errors. (Many ESPs/ISPs require STARTTLS, and most support it.)
-
medmunds authored
-
medmunds authored
Improves standards compatibility and utf-8 handling in Python 3.3-3.8. (email.policy.default becomes the default in Python 3.9.)
-
medmunds authored
-
medmunds authored
-
medmunds authored
Just in case, make sure CR or NL don't end up in an email header.
-
medmunds authored
-
medmunds authored
Add and use _readaccountconf_mutable_default and _saveaccountconf_mutable_default helpers to capture common default value handling. New approach also eliminates need for separate underscore-prefixed version of each conf var.
-
medmunds authored
Also add X-Mailer header to Python version
-
medmunds authored
I will not try to use whitespace to group code visually
-
medmunds authored
-
medmunds authored
-
medmunds authored
-
medmunds authored
-
medmunds authored
(I'm open to better ways of formatting the heredoc that embeds the Python script.)
-
medmunds authored
Support notifications via direct SMTP server connection. Uses Python (2.7.x or 3.4+) to communicate with SMTP server.
-