Commit graph

  • ee8d8680ac Added support for sending with relay hosts Niels Bouma 2023-05-10 19:33:05 +0000
  • 84102d5b5b
    add noreplies option Aine 2023-04-10 14:03:43 +0300
  • e8ade4173f
    export fswatcher to a separate library Aine 2023-04-09 22:19:52 +0300
  • 321060d2d6
    adjust ignore rules Aine 2023-03-23 22:09:11 +0200
  • 2879b10625
    add noinlines option Aine 2023-03-01 22:50:02 +0200
  • 01b15b7ac4
    proper multi-error message, try better to find SMTP server, fixes #58 Aine 2023-02-14 20:26:30 +0200
  • 3e0ecc1c02
    make banlist consistent, fixes #57 Aine 2023-02-13 22:05:48 +0200
  • 19e2047a2b
    updated deps Aine 2023-02-13 13:02:13 +0200
  • dbe4a73174
    make TLS reload thread-safe on TCP listener Aine 2023-02-13 11:58:31 +0200
  • a7d5207484 Merge branch 'ssl-live-reload' into 'main' Aine 2023-02-12 20:43:33 +0000
  • 0f7af734e5 automatic ssl live reload Aine 2023-02-12 20:43:33 +0000
  • 7d0d8cd2e6
    log all smtp connection errors Aine 2023-02-11 21:20:41 +0200
  • 6d55ee40ed
    fix dockerfile Aine 2023-02-11 20:55:57 +0200
  • dc82d97aaa
    update ci; update deps (show all smtp connection errors); migrate from make to just Aine 2023-02-11 20:49:45 +0200
  • 12d2fee2d4
    fix cc handling Aine 2023-02-06 15:53:16 +0200
  • ddf2460dbd
    fix dequeue account data issue Aine 2023-01-27 00:02:23 +0200
  • 3f1fd00fb6
    fix file uploads from incoming emails into threads Aine 2023-01-24 16:34:31 +0200
  • ac9c27aa32
    handle multiple emails in header 'To' Aine 2023-01-09 16:23:54 +0200
  • 1e9558c1fc
    registry dual writes Aine 2023-01-08 14:23:56 +0200
  • 174930fc90
    allow only text message events for commands Aine 2023-01-08 00:58:14 +0200
  • 0559978fa2
    log level changes Aine 2023-01-04 11:22:50 +0200
  • f54b87c1f7
    resync rooms every 5 minutes Aine 2023-01-03 20:13:30 +0200
  • 2ac6c64d13
    make banlist consistent, fixes #54 Aine 2022-12-14 00:35:15 +0200
  • fcd6110790
    add trusted proxies Aine 2022-11-27 00:30:50 +0200
  • 8d6c4aeafe
    big refactoring Aine 2022-11-25 23:33:38 +0200
  • 14bad9f479
    update readme Aine 2022-11-25 16:48:49 +0200
  • 4a76a3269d
    healthchecks.io integration Aine 2022-11-25 16:23:26 +0200
  • 351f0fca77
    speed up email checks execution Aine 2022-11-24 21:41:45 +0200
  • 363ba313e0
    update readme Aine 2022-11-23 21:33:29 +0200
  • 3115373118
    SPF and DKIM checks Aine 2022-11-23 21:30:13 +0200
  • 0701f8c9c3
    reject wrong email in SMTP MAIL(), reject impersonation attempts Aine 2022-11-23 11:51:12 +0200
  • b4d6d992ac
    do not react on edits and redactions, add section titles in help message Aine 2022-11-21 23:57:49 +0200
  • 21772d7360
    mailbox activation, closes #52 Aine 2022-11-21 15:37:44 +0200
  • a5edaaea78
    respect nosend in thread replies, respect nohtml in !pm send and thread replies (on sending) Aine 2022-11-21 10:50:06 +0200
  • 6ddb894577
    allow reserved mailboxes, closes #43 Aine 2022-11-20 20:55:41 +0200
  • 117736dcf3
    use correct list of recipients on thread reply and in 'email has been sent' messages Aine 2022-11-20 00:58:51 +0200
  • bb7cf4aa7a
    cleanup From, To and Cc. Send replies to all recipients (To+Cc) Aine 2022-11-20 00:31:59 +0200
  • 8007f77535 Merge branch 'addmeto.cc' into 'main' Aine 2022-11-19 16:21:23 +0000
  • ced98e818e
    correctly handle TCP connections without forging them for banned hosts Aine 2022-11-19 18:20:57 +0200
  • 9d25b9455f Merge branch 'addmeto.cc' into 'main' Aine 2022-11-19 16:06:29 +0000
  • 1bcf9bb050
    set correct Message-Id, From, To, Cc, based on previous emails (and used domain) in the thread Aine 2022-11-19 18:05:26 +0200
  • 128d2b595a
    use the same sender's domain on thread reply as in parent email Aine 2022-11-19 17:41:38 +0200
  • 8aac16aca8
    make thread replies CC-aware and multi-domain aware Aine 2022-11-19 17:38:13 +0200
  • 5fe8603506
    add nocc option Aine 2022-11-19 17:09:24 +0200
  • 052fd5bb25
    refactoring, created email package Aine 2022-11-19 17:00:57 +0200
  • 9e532a6007
    initial cc support Aine 2022-11-19 16:41:53 +0200
  • ad83eab930
    force <style></style> removal in html part of incoming emails Aine 2022-11-19 00:48:48 +0200
  • 3ef6d2698e
    optimize ban checks Aine 2022-11-18 09:22:18 +0200
  • 0f2683bcd0
    reject connections from banned hosts before talking with them Aine 2022-11-18 08:59:18 +0200
  • e38d4b2fc5
    do not perform MX and SMTP checks at all when they are disabled Aine 2022-11-17 23:34:14 +0200
  • 2e712e0a67
    fix 'email has been sent' msg type, fixes #48 Aine 2022-11-17 23:19:16 +0200
  • aba1a6521d
    compact replies, closes #50 Aine 2022-11-17 23:17:23 +0200
  • 66bd1a4fab
    do not add empty mime parts, fixes #51 Aine 2022-11-17 23:11:11 +0200
  • 99a89ef87a
    update deps; experiment: log security Aine 2022-11-16 23:00:58 +0200
  • 225ba2ee9b
    adjust auto-retry, fix banned response code, rewrite email composing to enmime, add more logs Aine 2022-11-16 22:22:19 +0200
  • fce6593cd7
    send multipart email with both html and plaintext by default, closes #22 Aine 2022-11-16 20:01:30 +0200
  • 7457f0436e
    add !pm send:html, closes #46 Aine 2022-11-16 19:30:44 +0200
  • 8ebe80bc4f
    add automatic greylisting Aine 2022-11-16 18:47:24 +0200
  • 15b90e9e4c
    add banlist total Aine 2022-11-16 17:37:27 +0200
  • d0fa75b215
    banlist visual adjustments Aine 2022-11-16 15:57:31 +0200
  • 86cda29729
    banlist Aine 2022-11-16 14:23:42 +0200
  • c1d33fe3cb
    add vendoring Aine 2022-11-16 12:08:51 +0200
  • 14751cbf3a
    exclude failed tls certs, add auth debug log Aine 2022-11-16 10:40:27 +0200
  • 919ee46ba4
    do not leak domain in multi-domain mode Aine 2022-11-16 10:25:26 +0200
  • ebe9606aa9
    real multi-domain support Aine 2022-11-16 09:00:19 +0200
  • f3be3aeabb
    fix deps Aine 2022-11-15 19:39:54 +0200
  • 24e9fb8a59
    fix typo Aine 2022-11-15 19:28:38 +0200
  • ec266e9108
    wip encrypted parent event Aine 2022-11-15 19:22:15 +0200
  • 7c59ff4b2e
    decrypt parent event only when really needed, lookup threadID only when really needed Aine 2022-11-15 16:02:31 +0200
  • e7be9c6fad
    update deps, correctly log meta information Aine 2022-11-15 15:37:24 +0200
  • 70cd8bd155 Merge branch 'queue' into 'main' Aine 2022-11-15 08:21:47 +0000
  • e68d419da4
    update readme Aine 2022-11-15 09:46:35 +0200
  • 4ef139f875
    rename queue config options Aine 2022-11-15 09:45:43 +0200
  • a8780a32c1
    explicitly tell about enqueued email Aine 2022-11-15 09:42:07 +0200
  • eb07bc1ac7
    mail queue Aine 2022-11-14 20:02:13 +0200
  • ce1599d8a3
    cache and encrypt email threads metadata Aine 2022-11-14 18:18:30 +0200
  • d5f2a6b75f
    fix thread replies in matrix Aine 2022-11-14 15:56:27 +0200
  • 94b1d13eb7
    try to find parent email by Message-Id and references Aine 2022-11-14 10:42:10 +0200
  • b9cf336a6d
    fix encrypted thread reply, fix From header in thread reply Aine 2022-11-14 00:38:17 +0200
  • 519c44e998
    support multi-domain certificates Aine 2022-11-13 16:07:38 +0200
  • 29cd6c4dcb
    add missing References email header, fix Message-Id composing, fix email reply bugs Aine 2022-11-13 15:33:19 +0200
  • 0c01987c93
    add missing MIME-Version header Aine 2022-11-12 13:01:27 +0200
  • f835a7560d
    bridge thread replies from matrix to email Aine 2022-11-10 21:58:29 +0200
  • 19dec770b9 Merge branch 'refactoring' into 'main' Aine 2022-11-10 18:54:59 +0000
  • 307aca7f23
    refactor smtp Aine 2022-11-10 13:26:12 +0200
  • e6722dd5e8 Merge branch 'multidomain' into 'main' Aine 2022-11-08 19:21:55 +0000
  • 9cfe0a6d4f
    show multi-domain aliases everywhere Aine 2022-11-08 21:21:06 +0200
  • 710e49f4cc Merge branch 'multidomain' into 'main' Aine 2022-11-08 16:22:07 +0000
  • 15d5afe90f
    initial, rought, not-user-friendly support for multi-domain setup Aine 2022-11-08 18:16:38 +0200
  • 8954a7801a
    revert AUTH login method Aine 2022-11-08 17:37:21 +0200
  • ebb648807d
    add LOGIN auth method Aine 2022-11-08 17:07:05 +0200
  • 0e10f7caba
    update deps Aine 2022-11-06 23:45:50 +0200
  • 2c47bc7e14
    fix lowercase Aine 2022-10-28 08:44:09 +0300
  • 8e11c3da83
    integrate gitlab dependency proxy Aine 2022-10-26 12:15:50 +0300
  • 84af8f8e13
    adjust base image Aine 2022-10-24 21:12:30 +0300
  • 01e3dfc6cf
    adjust docker image Aine 2022-10-24 21:10:40 +0300
  • b8c9d28324
    experiment: disable ARMv7 builds Aine 2022-10-24 19:16:16 +0300
  • 45ff7597ed
    send emails to multiple addresses at once Aine 2022-10-24 16:50:00 +0300
  • a1feaff350
    fix mappings check on !pm mailbox Aine 2022-10-24 08:34:24 +0300
  • a4ade439a6
    fix false-positive error message Aine 2022-10-19 13:43:09 +0300