Commit graph

23 commits

Author SHA1 Message Date
Aine
052fd5bb25
refactoring, created email package 2022-11-19 17:00:57 +02:00
Aine
9e532a6007
initial cc support 2022-11-19 16:41:53 +02:00
Aine
e38d4b2fc5
do not perform MX and SMTP checks at all when they are disabled 2022-11-17 23:34:14 +02:00
Aine
225ba2ee9b
adjust auto-retry, fix banned response code, rewrite email composing to enmime, add more logs 2022-11-16 22:22:19 +02:00
Aine
8ebe80bc4f
add automatic greylisting 2022-11-16 18:47:24 +02:00
Aine
86cda29729
banlist 2022-11-16 14:23:42 +02:00
Aine
14751cbf3a
exclude failed tls certs, add auth debug log 2022-11-16 10:40:27 +02:00
Aine
307aca7f23
refactor smtp 2022-11-10 13:26:12 +02:00
Aine
15d5afe90f
initial, rought, not-user-friendly support for multi-domain setup 2022-11-08 18:16:38 +02:00
Aine
8954a7801a
revert AUTH login method 2022-11-08 17:37:21 +02:00
Aine
ebb648807d
add LOGIN auth method 2022-11-08 17:07:05 +02:00
Aine
ce53d85806
Merge branch 'main' into expose-mta 2022-09-23 10:44:00 +03:00
Aine
7473ed9450
send emails in unicode, fixes #31 2022-09-22 22:23:47 +03:00
Aine
070a6ffc76
use postmoogle as general purpose SMTP server and allow other apps or scripts to send emails through it 2022-09-22 18:21:17 +03:00
Aine
af3e23f630
enable starttls, fixes #29 2022-09-13 18:28:36 +03:00
Aine
eb88b74ff7
remove close() on error 2022-09-08 11:44:49 +03:00
Aine
59ed33638b
Secure SMTP listener 2022-09-07 21:29:52 +03:00
Aine
fda0d62087
send emails 2022-09-04 22:09:53 +03:00
Aine
564cd82c6b
fix prefix; test attachments; add maxsize 2022-08-22 20:21:22 +03:00
Aine
69f20e5670
try to receive attachments 2022-08-22 18:43:12 +03:00
Aine
e6d5e81efe
bugfixes; email parsing; send emails into matrix rooms; e2e tests 2022-08-22 12:28:29 +03:00
Aine
c746c91dbb
account data only; integrate smtp server; logging 2022-08-21 23:00:20 +03:00
Aine
c4b7a16e21
wip 2022-08-21 18:41:35 +03:00