Commit graph

2076 commits

Author SHA1 Message Date
Andris Reinman 0bfe7e88e4 Fixed SMTP maildrop 2017-03-27 20:53:13 +03:00
Andris Reinman 9e5b1cf257 Added support for QUOTA extension, all users have a maximum quota set 2017-03-27 20:35:12 +03:00
Andris Reinman 845ea959be Started with QUOTA handling 2017-03-26 23:58:05 +03:00
Andris Reinman 31dd36b78b fixed authentication 2017-03-26 14:25:37 +03:00
Andris Reinman f9413d5877 Changed db structure for handling addresses - username is not an address 2017-03-24 22:26:04 +02:00
Andris Reinman e0a4ce7b23 updated README 2017-03-23 20:36:30 +02:00
Andris Reinman ed276c514b use userid instead of username for references in db
Fixed Delivered-To

added Received header

Added alias API method
2017-03-22 22:20:48 +02:00
Andris Reinman 74a42e9947 fixed merge issues 2017-03-21 20:18:37 +02:00
Andris Reinman 3a693f6443 v1.0.5 2017-03-21 20:14:12 +02:00
Andris Reinman 43aa20d92c Slight refactoring to separate imap server context from other parts
Re-added UTF8=ACCESS
2017-03-21 20:13:31 +02:00
Andris Reinman 0a71498ec7 autoensure indexes when starting app 2017-03-21 15:49:31 +02:00
Andris Reinman 88a23e1ba0 Store binary data in MongoDB as buffers 2017-03-21 11:35:59 +02:00
Andris Reinman efae1fb91e autoensure indexes when starting app 2017-03-20 23:19:25 +02:00
Andris Reinman 4bbeedf050 updated yarn.lock 2017-03-20 20:20:49 +02:00
Andris Reinman 3fd38d3b82 README 2017-03-20 19:34:48 +02:00
Andris Reinman 12868fa019 v1.0.4. Lock mailbox when inserting new message 2017-03-20 19:22:58 +02:00
Andris Reinman d77a8a7a7e reverted binary->utf8 2017-03-20 16:45:33 +02:00
Andris Reinman a0851a93c0 Lock journaling when pushing new messages to minimize risks of races
when mushing multiple messages at once
2017-03-20 12:46:47 +02:00
Andris Reinman 1b0b0eab50 use addtoset for marking messages as seen 2017-03-12 13:59:58 +02:00
Andris Reinman e36fd11ebf v1.0.3 2017-03-12 13:45:50 +02:00
Andris Reinman ae4845ce45 fixed bodystructure error 2017-03-12 13:43:16 +02:00
Andris Reinman 8c7e4a6e5b notify 2017-03-12 13:27:52 +02:00
Andris Reinman b535afeb3d notify 2017-03-12 13:24:48 +02:00
Andris Reinman 14b16799fa notify 2017-03-12 13:22:30 +02:00
Andris Reinman 72512fbce7 notify 2017-03-12 13:20:35 +02:00
Andris Reinman d6b028997f emit flag update notifications in chunks of 100 2017-03-12 12:11:22 +02:00
Andris Reinman c5f3fee871 do not log uids for fetch 2017-03-12 11:59:45 +02:00
Andris Reinman 17bd12e61b do not log uids for fetch 2017-03-12 11:48:08 +02:00
Andris Reinman 27068b7d99 reset payload 2017-03-12 00:54:36 +02:00
Andris Reinman 27792bafca Only use message/rfc822 as embedded message 2017-03-12 00:48:31 +02:00
Andris Reinman afd85baa28 reset payload 2017-03-12 00:31:56 +02:00
Andris Reinman ae4a8fe800 Set APPEND max size in config 2017-03-12 00:23:46 +02:00
Andris Reinman db2e462580 Added helper script to create/update indexes 2017-03-12 00:01:41 +02:00
Andris Reinman 1a8773df30 removed extra config file 2017-03-12 00:00:22 +02:00
Andris Reinman b5653ab66b Added helper script to create/update indexes 2017-03-11 23:59:05 +02:00
Andris Reinman db1b4a7b31 Use more reliable and to update flag array in db 2017-03-11 23:43:21 +02:00
Andris Reinman 4194df97f7 Allow setting custom SSL certififcates for IMAP server 2017-03-11 18:31:33 +02:00
Andris Reinman 64bc5fc876 Allow setting custom SSL certififcates for IMAP server 2017-03-11 18:28:12 +02:00
Andris Reinman fd6e7983e3 auto expire journal entries after 6 hours 2017-03-11 18:18:32 +02:00
Andris Reinman 1ba5ba0c65 Updated README 2017-03-11 18:12:19 +02:00
Andris Reinman 784cfbb0f5 updated yarn.lock 2017-03-11 18:04:05 +02:00
Andris Reinman dbdbde8d7a Fixed issues with invalid logins 2017-03-11 17:34:28 +02:00
Andris Reinman d31f261918 SUpport logging to syslog and multiple processes 2017-03-11 17:21:08 +02:00
Andris Reinman ab2a0c83c2 Updated README 2017-03-11 16:40:59 +02:00
Andris Reinman 8638e8bb86 Include larger text content in mime tree 2017-03-11 16:35:12 +02:00
Andris Reinman 44012e79a8 do not include attachments in SEARCHable message content 2017-03-11 16:22:18 +02:00
Andris Reinman 157ef263d7 updated README 2017-03-11 16:02:41 +02:00
Andris Reinman 308634a77e Do not log authentication information or long literals 2017-03-11 15:59:38 +02:00
Andris Reinman 5d68031e14 Added support for UTF8=ACCEPT extension 2017-03-11 15:20:47 +02:00
Andris Reinman 3bbda81491 Updated README 2017-03-10 23:32:44 +02:00