Commit Graph
100 Commits
Author SHA1 Message Date
Aine 01b15b7ac4 proper multi-error message, try better to find SMTP server, fixes #58 2023-02-14 20:26:30 +02:00
Aine 3e0ecc1c02 make banlist consistent, fixes #57 2023-02-13 22:05:48 +02:00
Aine 19e2047a2b updated deps 2023-02-13 13:02:13 +02:00
Aine dbe4a73174 make TLS reload thread-safe on TCP listener 2023-02-13 11:58:31 +02:00
Aine 7d0d8cd2e6 log all smtp connection errors 2023-02-11 21:20:41 +02:00
Aine 6d55ee40ed fix dockerfile 2023-02-11 20:55:57 +02:00
Aine dc82d97aaa update ci; update deps (show all smtp connection errors); migrate from make to just 2023-02-11 20:49:45 +02:00
Aine 12d2fee2d4 fix cc handling 2023-02-06 15:53:16 +02:00
Aine ddf2460dbd fix dequeue account data issue 2023-01-27 00:02:23 +02:00
Aine 3f1fd00fb6 fix file uploads from incoming emails into threads 2023-01-24 16:34:31 +02:00
Aine ac9c27aa32 handle multiple emails in header 'To' 2023-01-09 16:23:54 +02:00
Aine 1e9558c1fc registry dual writes 2023-01-08 14:23:56 +02:00
Aine 174930fc90 allow only text message events for commands 2023-01-08 00:58:14 +02:00
Aine 0559978fa2 log level changes 2023-01-04 11:22:50 +02:00
Aine f54b87c1f7 resync rooms every 5 minutes 2023-01-03 20:13:30 +02:00
Aine 2ac6c64d13 make banlist consistent, fixes #54 2022-12-14 00:35:15 +02:00
Aine fcd6110790 add trusted proxies 2022-11-27 00:30:50 +02:00
Aine 8d6c4aeafe big refactoring 2022-11-25 23:33:38 +02:00
Aine 14bad9f479 update readme 2022-11-25 16:48:49 +02:00
Aine 4a76a3269d healthchecks.io integration 2022-11-25 16:23:26 +02:00
Aine 351f0fca77 speed up email checks execution 2022-11-24 21:41:45 +02:00
Aine 363ba313e0 update readme 2022-11-23 21:33:29 +02:00
Aine 3115373118 SPF and DKIM checks 2022-11-23 21:30:13 +02:00
Aine 0701f8c9c3 reject wrong email in SMTP MAIL(), reject impersonation attempts 2022-11-23 11:51:12 +02:00
Aine b4d6d992ac do not react on edits and redactions, add section titles in help message 2022-11-21 23:57:49 +02:00
Aine 21772d7360 mailbox activation, closes #52 2022-11-21 15:37:44 +02:00
Aine a5edaaea78 respect nosend in thread replies, respect nohtml in !pm send and thread replies (on sending) 2022-11-21 10:50:06 +02:00
Aine 6ddb894577 allow reserved mailboxes, closes #43 2022-11-20 20:55:41 +02:00
Aine 117736dcf3 use correct list of recipients on thread reply and in 'email has been sent' messages 2022-11-20 00:58:51 +02:00
Aine bb7cf4aa7a cleanup From, To and Cc. Send replies to all recipients (To+Cc) 2022-11-20 00:31:59 +02:00
Aine ced98e818e correctly handle TCP connections without forging them for banned hosts 2022-11-19 18:20:57 +02:00
Aine 1bcf9bb050 set correct Message-Id, From, To, Cc, based on previous emails (and used domain) in the thread 2022-11-19 18:05:26 +02:00
Aine 128d2b595a use the same sender's domain on thread reply as in parent email 2022-11-19 17:41:38 +02:00
Aine 8aac16aca8 make thread replies CC-aware and multi-domain aware 2022-11-19 17:38:13 +02:00
Aine 5fe8603506 add nocc option 2022-11-19 17:09:24 +02:00
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 ad83eab930 force <style></style> removal in html part of incoming emails 2022-11-19 00:48:48 +02:00
Aine 3ef6d2698e optimize ban checks 2022-11-18 09:22:18 +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 2e712e0a67 fix 'email has been sent' msg type, fixes #48 2022-11-17 23:19:16 +02:00
Aine aba1a6521d compact replies, closes #50 2022-11-17 23:17:23 +02:00
Aine 66bd1a4fab do not add empty mime parts, fixes #51 2022-11-17 23:11:11 +02:00
Aine 99a89ef87a update deps; experiment: log security 2022-11-16 23:00:58 +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 15b90e9e4c add banlist total 2022-11-16 17:37:27 +02:00
Aine d0fa75b215 banlist visual adjustments 2022-11-16 15:57:31 +02:00
Aine 86cda29729 banlist 2022-11-16 14:23:42 +02:00
Aine c1d33fe3cb add vendoring 2022-11-16 12:08:51 +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 ebe9606aa9 real multi-domain support 2022-11-16 09:00:19 +02:00
Aine f3be3aeabb fix deps 2022-11-15 19:39:54 +02:00
Aine 24e9fb8a59 fix typo 2022-11-15 19:28:38 +02:00
Aine ec266e9108 wip encrypted parent event 2022-11-15 19:22:15 +02:00
Aine 7c59ff4b2e decrypt parent event only when really needed, lookup threadID only when really needed 2022-11-15 16:02:31 +02:00
Aine e7be9c6fad update deps, correctly log meta information 2022-11-15 15:37:24 +02:00
Aine e68d419da4 update readme 2022-11-15 09:46:35 +02:00
Aine 4ef139f875 rename queue config options 2022-11-15 09:45:43 +02:00
Aine a8780a32c1 explicitly tell about enqueued email 2022-11-15 09:42:07 +02:00
Aine eb07bc1ac7 mail queue 2022-11-14 20:02:13 +02:00
Aine ce1599d8a3 cache and encrypt email threads metadata 2022-11-14 18:18:30 +02:00
Aine d5f2a6b75f fix thread replies in matrix 2022-11-14 15:56:27 +02:00
Aine 94b1d13eb7 try to find parent email by Message-Id and references 2022-11-14 10:42:10 +02:00
Aine b9cf336a6d fix encrypted thread reply, fix From header in thread reply 2022-11-14 00:38:17 +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 0c01987c93 add missing MIME-Version header 2022-11-12 13:01:27 +02:00
Aine f835a7560d bridge thread replies from matrix to email 2022-11-10 21:58:29 +02:00
Aine 307aca7f23 refactor smtp 2022-11-10 13:26:12 +02:00
Aine 9cfe0a6d4f show multi-domain aliases everywhere 2022-11-08 21:21:06 +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 0e10f7caba update deps 2022-11-06 23:45:50 +02:00
Aine 2c47bc7e14 fix lowercase 2022-10-28 08:44:09 +03:00
Aine 8e11c3da83 integrate gitlab dependency proxy 2022-10-26 12:15:50 +03:00
Aine 84af8f8e13 adjust base image 2022-10-24 21:12:30 +03:00
Aine 01e3dfc6cf adjust docker image 2022-10-24 21:10:40 +03:00
Aine b8c9d28324 experiment: disable ARMv7 builds 2022-10-24 19:16:16 +03:00
Aine 45ff7597ed send emails to multiple addresses at once 2022-10-24 16:50:00 +03:00
Aine a1feaff350 fix mappings check on !pm mailbox 2022-10-24 08:34:24 +03:00
Aine a4ade439a6 fix false-positive error message 2022-10-19 13:43:09 +03:00
Aine 4dd09dacb4 move migration to the postmoogle inital room sync 2022-10-17 19:01:21 +03:00
Aine 42cb5221a1 spamlist wildcards 2022-10-16 20:14:54 +03:00
Aine 1bc4d1188c update deps 2022-10-16 19:56:25 +03:00
Aine 590182c272 do not return error on empty account data, fix room account data cache key, update deps, fixes #37 2022-10-12 13:53:30 +03:00
Aine 8c2ed1b496 Merge branch 'main' into security 2022-10-10 09:49:36 +03:00
Aine 6f4da59387 feedback, typos, renaming 2022-10-10 09:41:22 +03:00
Aine 7a438bd761 increase linter timeout 2022-10-08 23:12:41 +03:00
Aine cae3ea04d0 update deps, fixes #37 2022-10-08 22:26:45 +03:00
Aine 4ec51b64eb fix possible nil 2022-10-08 18:22:31 +03:00
Aine c6049a7451 hotfix panic, fixes #36 2022-10-08 18:20:41 +03:00
Aine d575552237 update readme 2022-10-08 12:01:03 +03:00
Aine 1dd996e430 rename security options 2022-10-08 11:58:14 +03:00
Aine 0767e7d0c3 security and spam options descriptions 2022-10-08 11:29:10 +03:00