Commit graph

52 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
0f2683bcd0
reject connections from banned hosts before talking with them 2022-11-18 08:59:18 +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
fce6593cd7
send multipart email with both html and plaintext by default, closes #22 2022-11-16 20:01:30 +02:00
Aine
7457f0436e
add !pm send:html, closes #46 2022-11-16 19:30:44 +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
919ee46ba4
do not leak domain in multi-domain mode 2022-11-16 10:25:26 +02:00
Aine
519c44e998
support multi-domain certificates 2022-11-13 16:07:38 +02:00
Aine
29cd6c4dcb
add missing References email header, fix Message-Id composing, fix email reply bugs 2022-11-13 15:33:19 +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
42cb5221a1
spamlist wildcards 2022-10-16 20:14:54 +03:00
Aine
6f4da59387
feedback, typos, renaming 2022-10-10 09:41:22 +03:00
Aine
99e509ea3a
Email validations 2022-10-08 00:11:48 +03:00
Aine
267f5cb949
move MTA SMTP connection to external lib 2022-10-04 12:16:59 +03:00
Aine
ce53d85806
Merge branch 'main' into expose-mta 2022-09-23 10:44:00 +03:00
Aine
236b23470d
add comment 2022-09-23 10:42:17 +03:00
Aine
e368d26fc1
check full email in AllowAuth 2022-09-23 10:37:08 +03:00
Aine
bd2237d717
fix typo 2022-09-23 10:34:25 +03:00
Aine
3f5a1cd915
rename local to incoming 2022-09-23 10:33:25 +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
691bf31dff
fix access denied on !pm send 2022-09-13 17:29:49 +03:00
Aine
76bffd931c
correctly handle attachments mimetype and set proper msgtype, fixes #27 2022-09-13 17:21:00 +03:00
Aine
7e92c023c8
do not parse inlines, fixes #28 2022-09-13 16:57:17 +03:00
Slavi Pantaleev
a73735d849 Merge branch 'listentls' into 'main'
Secure SMTP listener

See merge request etke.cc/postmoogle!31
2022-09-08 14:30:47 +00:00
Aine
eb88b74ff7
remove close() on error 2022-09-08 11:44:49 +03:00
Aine
9a121b6ed5
try to send emails over TLS first 2022-09-08 09:52:58 +03:00
Aine
59ed33638b
Secure SMTP listener 2022-09-07 21:29:52 +03:00
Slavi Pantaleev
4c96e6a11f Apply 1 suggestion(s) to 1 file(s) 2022-09-06 19:44:05 +00:00
Aine
5945ddc8a0
rename internal thigs of smtp/ 2022-09-06 22:16:28 +03:00
Aine
2b5095b0b2
add note about interface 2022-09-06 22:03:10 +03:00
Aine
17c8d06a33
disable insecure auth 2022-09-06 18:51:46 +03:00
Aine
fda0d62087
send emails 2022-09-04 22:09:53 +03:00
Aine
b0c274491f
refactor to context, remove sentry spans 2022-08-25 22:31:12 +03:00
Aine
331c2a8d5e
strip <style> in html emails 2022-08-25 21:27:00 +03:00
Aine
f9cf94c914
threads 2022-08-24 21:28:30 +03:00
Aine
85fc06cfce
lint; rearrange code 2022-08-23 22:12:11 +03:00
Aine
0178c3cff3
do not convert plaintext as html 2022-08-23 18:11:38 +03:00
Aine
848d6a7187
refactor mappings getter 2022-08-22 23:24:51 +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