Commit graph

33 commits

Author SHA1 Message Date
mdecimus
bda7cda59d Updated installer 2023-12-21 18:09:37 +01:00
mdecimus
be78a26193 Automatic creation of JMAP identities 2023-12-21 11:30:31 +01:00
mdecimus
91e8597998 Internal directory + CLI improvements 2023-12-20 20:09:39 +01:00
mdecimus
232d4d691a Internal directory implementation + Management REST API 2023-12-16 10:35:15 +01:00
mdecimus
f21bce722e Directory refactoring 2023-12-14 12:35:25 +01:00
mdecimus
5f36e1f356 PostgreSQL backend implementation 2023-11-30 12:43:28 +01:00
mdecimus
0168c1dca8 IMAP4rev1 Recent flag support 2023-11-27 15:21:43 +01:00
mdecimus
8f6ac2d114 Improved storage of IMAP UIDs + Bump to hyper 1.0.1 2023-11-27 10:06:48 +01:00
mdecimus
cbcd6d0916 Blob storage improvements 2023-11-12 10:54:04 +01:00
mdecimus
fe5a9e8ce8 Created Store trait, removed maybe_async 2023-11-07 19:27:57 +01:00
mdecimus
4e021b228c Add parameter to disable IMAP All Messages folder 2023-09-02 16:51:18 +02:00
mdecimus
9860631691 Allow STATUS and ACL operations on virtual mailboxes 2023-09-02 16:41:20 +02:00
mdecimus
0e3a226d9f Fix: SELECT QRESYNC without speficying uid causes panic (#67) 2023-08-31 15:06:02 +02:00
Mauro D
dc960fba63 Flush tcp streap after write 2023-08-16 16:22:09 +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
a372865e56 Better handling of concurrent UID map sync requests (#17) 2023-07-24 20:05:33 +02:00
mdecimus
ed0e41062d Increase retry attempts to build UID maps (#17) 2023-07-21 07:39:13 +02:00
mdecimus
8046838ed5 Added license. 2023-07-15 21:14:34 +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
mdecimus
1cb539ce52 Internal account id management. 2023-07-04 20:10:00 +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
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