Commit Graph

10 Commits

Author SHA1 Message Date
Milan
f71d6e9030 mail.pm: convert to ascii
use Text::Unidecode to decode unicode, to prevent spam filter ignoring
oddly encoded emails.
2024-07-26 21:33:48 +02:00
Milan
8e30d79b75 mail.pm: encode body by quoted printable
* fix setting content-type in header
* encode body using quoted printable

Co-authored-by: Raphael Steppert
2024-02-15 21:08:54 +01:00
Milan
e06e4cbd41 mail.pm: encode body
UTF8 bodies must be encoded
2023-10-23 21:39:47 +02:00
Milan
611fad43d4 mail.pm: encode UTF-8 header 2023-05-20 07:59:40 +02:00
Milan
3effdd6ef0 mail.pm: replace MIME::Lite by Email::Sender
* mail.pm uses Email:sender to use correct encoding on sending utf-8
encoded emails
* notify-events.cgi now uses mail.pm.
2023-04-23 12:15:18 +02:00
Milan
d3fc5f998a remove cache
* remove cache, cache setup is not easy, todays servers do not really
* need it anymore
* add prototypes and fix parameter issues
* suppress redefinition
2019-04-22 00:59:40 +02:00
Milan
a6b656779b refactoring
update package definition
fix dependencies
remove global variables
2018-09-02 09:39:24 +02:00
Milan
3e338758e9 fix array length determining and cleanup 2018-08-31 23:15:57 +02:00
Milan
05b1251c1a refactoring
optimize imports
reformat source code
remove unused cpu and memory log functionality
2018-08-29 00:10:15 +02:00
Milan
077d9c5a53 add event creation batch, lib changes for past changes 2018-03-17 13:38:36 +01:00