Commit graph

262 commits

Author SHA1 Message Date
mdecimus 5b88a03e92 v0.3.6 2023-08-29 12:31:08 +02:00
mdecimus 57a63b1467 Fixed ManageSieve PUTSCRIPT command 2023-08-28 19:57:50 +02:00
mdecimus cc582b05f9 Migrate to new Sieve version 2023-08-28 19:44:23 +02:00
mdecimus 758280837d Configurable milter protocol flags 2023-08-27 10:00:11 +02:00
mdecimus e73c82e7d8 Antispam: Eval meta expressions in Sieve, support for named capture groups. 2023-08-26 17:20:04 +02:00
mdecimus 79599f2f9c Do not panic when report hash = 0 (#60) 2023-08-26 13:13:37 +02:00
mdecimus 426c073b25 Fallback to plain-text when STARTTLS is optional 2023-08-25 20:05:41 +02:00
mdecimus 5da7e40147 Fixed JMAP session resource 2023-08-25 09:30:02 +02:00
Mauro D dbaaff48f0 AST parser for SpamAssassin meta expressions 2023-08-20 17:44:26 +02:00
Mauro D 016a5bde18 v0.3.5 2023-08-18 19:48:57 +02:00
Mauro D c8c32f3198 Added nodelay socket option 2023-08-16 19:06:57 +02:00
Mauro D 0c95388a70 Fixed setting to allow disabling STARTTLS 2023-08-16 16:51:01 +02:00
Mauro D dc960fba63 Flush tcp streap after write 2023-08-16 16:22:09 +02:00
Mauro D f7ee2f6423 Antispam implementation - part 2 2023-08-14 22:01:41 +02:00
Mauro D 9660f1f9e1 Added OPTIONS handler for CORS pre-flight requests 2023-08-13 15:16:23 +02:00
mdecimus d4fe318812 Antispam implementation - part 1 2023-08-11 18:46:09 +02:00
mdecimus 32a50ec34c v0.3.4 2023-08-09 19:47:27 +02:00
mdecimus 6cb27d6aa9 Missing envelope keys in rewrite rules (#25) 2023-08-09 12:45:46 +02:00
mdecimus ca29121ad9 Allow custom HTTP headers to be set (#52) 2023-08-08 19:21:01 +02:00
mdecimus 39cbb946f7 Successful authentication requests should not count when rate limiting 2023-08-07 16:41:52 +02:00
mdecimus 5346beb975 Case insensitive Inbox selection 2023-08-07 14:58:12 +02:00
mdecimus 80f6a5469a Automatically create Inbox for group accounts 2023-08-06 17:55:35 +02:00
mdecimus a0ceaeba1c Remove CRLF from Milter headers 2023-08-04 16:19:01 +02:00
mdecimus fe2e4079d3 PGP -> OpenPGP 2023-08-02 19:00:04 +02:00
mdecimus 66272f7200 v0.3.3 2023-08-02 15:48:15 +02:00
mdecimus c2e909a09f Automatic retry for import/export blob downloads (#14) 2023-08-01 19:11:59 +02:00
mdecimus fa2b101931 Encryption at rest. 2023-08-01 18:39:33 +02:00
mdecimus ceae6e9465 Support for referencing context variables from dynamic values. 2023-07-29 17:55:14 +02:00
mdecimus 66170bc177 Add support for PKCS8v1 ED25519 keys 2023-07-28 10:18:27 +02:00
mdecimus 3cea77b65e v0.3.2 2023-07-27 20:18:34 +02:00
mdecimus e58b2242e3 Better handling of concurrent UID map sync requests (#17) 2023-07-24 20:09:24 +02:00
mdecimus a372865e56 Better handling of concurrent UID map sync requests (#17) 2023-07-24 20:05:33 +02:00
mdecimus 9725aa75f2 Workaround for sqlx bug (#15) 2023-07-24 11:48:23 +02:00
mdecimus e8df912b27 Fixed LDAP lookups from SMTP rules 2023-07-24 09:16:20 +02:00
mdecimus de91c6abdc v0.3.1 2023-07-22 13:34:03 +02:00
mdecimus 3699ef7dd4 v0.3.1 2023-07-22 13:08:08 +02:00
mdecimus 56aec86a86 Milter implementation. 2023-07-21 20:21:51 +02:00
mdecimus 0996878d8f Match IP address type using /0 mask (#16) 2023-07-21 08:06:40 +02:00
mdecimus ed0e41062d Increase retry attempts to build UID maps (#17) 2023-07-21 07:39:13 +02:00
mdecimus d96d7840a2 Support for password hashing schemes between curly brackets (#8). 2023-07-19 15:39:16 +02:00
mdecimus 17af58941b bump to hyper-1.0.0-rc4 2023-07-16 10:34:18 +02:00
mdecimus e77b2989ee v0.3.0 2023-07-16 08:58:36 +02:00
mdecimus 8046838ed5 Added license. 2023-07-15 21:14:34 +02:00
mdecimus c1ae11c84b Install script fixes, moved SMTP management API to JMAP listener. 2023-07-14 16:38:13 +02:00
mdecimus 81a5c2f9bf Windows install fixes. 2023-07-11 18:03:14 +02:00
mdecimus 9c6c53e21c CI/CD tweaks. 2023-07-11 17:16:08 +02:00
mdecimus 843e61139a Installation binary first part. 2023-07-09 11:06:37 +02:00
mdecimus 705762c312 Fixed logging, clippy suggestions and organized configuration directives. 2023-07-07 19:08:07 +02:00
Mauro D df3c34c656 Fixed FoundationDB tests. 2023-07-07 10:53:14 +00:00
mdecimus 6ba892f7d6 FoundationDB changes. 2023-07-07 09:27:22 +02:00
mdecimus fac3273f10 CLI import/export tested. 2023-07-06 17:28:45 +02:00
mdecimus 1f4204c6bf Principal querying support + Draft import/export CLI implementation 2023-07-05 19:34:57 +02:00
mdecimus 1cb539ce52 Internal account id management. 2023-07-04 20:10:00 +02:00
mdecimus b30e022480 Imported Stalwart CLI crate. 2023-07-03 18:48:43 +02:00
mdecimus 0a8fdd9008 IMAP server passing all tests. 2023-07-03 16:38:49 +02:00
mdecimus 048a65a019 Multiple bugfixes found while running imap-test. 2023-07-02 20:15:19 +02:00
mdecimus 381cedb088 IMAP server passing tests. 2023-06-30 19:59:05 +02:00
mdecimus 29f3ca284b IMAP Acl command, rate limiting and ManageSieve server. 2023-06-29 18:51:26 +02:00
Me f5048da232 IMAP idle, noop, search and thread commands. 2023-06-28 17:55:40 +02:00
Me 34e21ef03f IMAP commands append, close, copy, move, enable, expunge, login, logout, namespace and select implemented. 2023-06-27 18:28:07 +02:00
Mauro D 0cd010f8ec Fixed bodystructure tests 2023-06-26 14:02:39 +00:00
Mauro D b5f2af7d6a IMAP fetch and store commands. 2023-06-25 18:00:45 +00:00
Mauro D ae8bedde0e IMAP create, delete, rename and subscribe commands. 2023-06-24 17:47:02 +00:00
Mauro D 3581255fbc IMAP message synchronization. 2023-06-23 17:28:00 +00:00
Mauro D e1c3190b48 IMAP mailbox synchronization 2023-06-22 17:29:39 +00:00
Mauro D 5fda550642 ImapSessionManager implementation 2023-06-21 17:26:28 +00:00
Mauro D 533e782baa Imap-proto imported into repository 2023-06-13 19:52:13 +00:00
Mauro D e33aa9b393 Added test to jmap-proto. 2023-06-09 18:28:01 +00:00
Mauro D 1ce0cee7e6 Subaddressing and catch-all addresses support. 2023-06-08 14:54:09 +00:00
Mauro D 891d39940d Disk quotas support. 2023-06-08 12:53:29 +00:00
Mauro D ab895b2fae Minio/S3 blob storage support. 2023-06-06 16:53:29 +00:00
Mauro D c6e45a21e3 Directory implementation - all tests passing 2023-06-02 18:02:35 +00:00
Mauro D 5c8784bc86 Directory implementation - part 4 2023-06-02 09:03:30 +00:00
Mauro D 1e792b234f Directory implementation - part 3 2023-06-01 17:09:32 +00:00
Mauro D 93e925a635 Directory implementation - part 3 2023-06-01 17:08:48 +00:00
Mauro D beffa408e6 Directory implementation - part 2 2023-05-31 18:03:04 +00:00
Mauro D 5f76a1672d Directory implementation - part 1 2023-05-30 17:27:54 +00:00
Mauro D ab96cf0b6e Added backend options as features. 2023-05-28 12:52:52 +00:00
Mauro D d434de797c Added license. 2023-05-26 15:16:13 +00:00
Mauro D 40376cf2b4 FoundationDB passing tests. 2023-05-26 14:57:04 +00:00
Mauro D acb81eee18 Housekeeping services + SQLite backend passing all tests 2023-05-25 15:37:21 +00:00
Mauro D 86a8a5f7d5 WebSocket tests passing 2023-05-24 17:39:09 +00:00
Mauro D 4ff2158783 EmailSubmission tests passing 2023-05-23 13:49:21 +00:00
Mauro D 903f08575a SieveScripts and VacationResponse tests passing 2023-05-21 10:50:25 +00:00
Mauro D e7d57e84b0 SieveScrtipts partially tested. 2023-05-20 18:50:24 +00:00
Mauro D bc40256ac4 SieveScripts and VacationResponse implementation 2023-05-19 15:16:48 +00:00
Mauro D 4e4632571c Message ingestion (not tested) 2023-05-17 17:35:36 +00:00
Mauro D e0e8347de1 SMTP server passing tests. 2023-05-17 10:45:43 +00:00
Mauro D 77ced9e7fd SMTP codebase import 2023-05-16 18:25:38 +00:00
Mauro D 4d44e2fa77 PushSubscription and EventSource tests passing. 2023-05-15 15:21:09 +00:00
Mauro D 63cbb70dbc OAuth passing tests. 2023-05-14 12:34:49 +00:00
Mauro D 0959a6d737 Passing ACL tests 2023-05-12 14:41:10 +00:00
Mauro D f5694d32a4 Authentication untested. 2023-05-09 17:39:52 +00:00
Mauro D ba537a43dc Email/copy passing tests 2023-05-05 15:59:30 +00:00
Mauro D f928be38ad Email/changes tests passing 2023-05-05 08:01:12 +00:00
Mauro D e0a77d1569 Clippy fixes. 2023-05-03 16:05:16 +00:00
Mauro D 60fa410aa5 Mailbox tests passing. 2023-05-03 15:55:32 +00:00
Mauro D a3a0396772 Mailbox implementation before testing 2023-05-02 15:51:26 +00:00
Mauro D c3a2b43ddb Email/set create tests passing 2023-04-28 08:35:53 +00:00
Mauro D 46b5dc0425 Email query and thread merge tests passing 2023-04-21 15:40:11 +00:00
Mauro D 51b14ed79e Email/get tests passing. 2023-04-20 16:39:28 +00:00
Mauro D a79dd14c5d Email get tests. 2023-04-19 17:17:56 +00:00
Mauro D f8acc4fe5a First API tests. 2023-04-19 16:55:37 +00:00
Mauro D c807883374 Sessions. 2023-04-18 10:43:45 +00:00
Mauro D 3751133c7d Crates renamed. 2023-04-14 07:04:36 +00:00
Mauro D 98e8febbef Before renaming crates 2023-04-14 06:58:05 +00:00
Mauro D 2918bffd3b blobs 2023-04-12 09:25:38 +00:00
Mauro D 3250cbc443 result references 2023-04-11 14:45:07 +00:00
Mauro D 633db406f7 result references 2023-04-09 16:11:03 +00:00
Mauro D 75bf0a240a mail 2023-04-07 16:44:23 +00:00
Mauro D 0778e446a6 Message indexing. 2023-04-05 16:05:21 +00:00
Mauro D 9f63c86db9 Reordering 2023-04-04 13:12:46 +00:00