aboutsummaryrefslogtreecommitdiff
path: root/sendmail.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FixesRunxi Yu2024-06-221-2/+10
|
* sendmail: bcc use file instead of config.ini listRunxi Yu2024-06-221-2/+10
|
* sendmail.py: Broken reply_to functionalityRunxi Yu2024-06-191-49/+137
|
* sendmail.py: Raise TypeError, not ValueError, on naive datetimesRunxi Yu2024-06-191-1/+1
|
* Correct spelling and ignore 葱香菜榨菜丝老干妈生抽醋Runxi Yu2024-06-191-1/+1
|
* Make PyLint happyRunxi Yu2024-06-161-7/+5
|
* requests timeoutsRunxi Yu2024-06-161-0/+2
|
* assert type -> isinstanceRunxi Yu2024-06-161-1/+1
|
* Print response content during send failuresRunxi Yu2024-06-111-0/+1
|
* sendmail.py: Don't use test_sendmail configuration optionsRunxi Yu2024-05-251-4/+4
|
* chmod +x sendmail.pyRunxi Yu2024-05-251-0/+0
|
* sendmail.py: RevampRunxi Yu2024-05-251-11/+54
|
* sendmail.py: config.ini now specifies hour/minute rather than delay in minutesRunxi Yu2024-05-221-2/+10
|
* Make all Python scripts executableRunxi Yu2024-05-221-0/+0
|
* Fix broken python file licensingRunxi Yu2024-05-221-8/+8
|
* *.py: Enhance one-line script descriptionsRunxi Yu2024-05-181-0/+19
|
* sendmail.py: Handle the most "basic" error of receiving a HTTP response ↵Runxi Yu2024-03-311-0/+7
| | | | other than 202 Accepted
* *.py: Remove debugging print's and pprint'sRunxi Yu2024-03-311-5/+0
|
* sendmail.py: Reformat Python scriptRunxi Yu2024-03-311-1/+2
|
* sendmail.py: Use plain REST requestsRunxi Yu2024-03-311-64/+69
|
* Replace sendmail.py with one that respects how office365 bindings are ↵Runxi Yu2024-03-311-8/+54
| | | | | | supposed to work The Office365-REST library is pretty unusable for my purposes so I'll probably just use requests or o365 to handle things anyways
* sendmail.py: Remove unnecessary login attemptRunxi Yu2024-03-311-26/+0
|
* Send HTML email, with library-patching hacksRunxi Yu2024-03-311-1/+2
|
* Reformat .py filesRunxi Yu2024-03-311-2/+5
|
* Sendmail test scriptRunxi Yu2024-03-311-0/+62