Commit graph

44 commits

Author SHA1 Message Date
Andris Reinman 6aeb6c0827 Added new quota limit for sending recipients 2017-04-12 11:32:57 +03:00
Andris Reinman 46337c7434 Allow pushing data to Junk mail 2017-04-11 22:50:20 +03:00
Andris Reinman dcc3181891 Remove or skip duplicate messages 2017-04-10 17:12:47 +03:00
Andris Reinman 5cb89fb7da Working POP3 implementation 2017-04-09 12:33:10 +03:00
Andris Reinman 258b2f896e pop3 initial 2017-04-07 21:29:14 +03:00
Andris Reinman c9b9442de6 Added login rate limiting. Updated flags in batches. Do not index too long header values
v1.0.11
2017-04-05 20:31:06 +03:00
Andris Reinman ad486b9df8 use special fields for common flags 2017-04-04 14:46:51 +03:00
Andris Reinman a6309be9ab do not sort search results 2017-04-04 13:39:43 +03:00
Andris Reinman e42a128ee6 use index for sorting 2017-04-04 13:30:38 +03:00
Andris Reinman 3ad81e4fa9 Fixed SEARCH 2017-04-04 10:20:25 +03:00
Andris Reinman 47b3e54b13 Fixed issues with NOT 2017-04-01 22:51:29 +03:00
Andris Reinman bed2cacb4a Fixed SEARCH ALL 2017-04-01 22:44:00 +03:00
Andris Reinman 2d2d83d8bd Refactoring SEARCH 2017-04-01 22:41:04 +03:00
Andris Reinman e858263381 update header search 2017-04-01 19:22:47 +03:00
Andris Reinman 1a9f182575 Fixed quota update for DELETE 2017-04-01 14:49:58 +03:00
Andris Reinman 8560fa58b5 v1.0.9 2017-04-01 12:22:51 +03:00
Andris Reinman 88e1271120 Skip strange looking header keys when parsing 2017-03-30 18:14:02 +03:00
Andris Reinman c92753265d Include flags in select 2017-03-30 13:25:42 +03:00
Andris Reinman 29aaa29dc3 pass additional options to imap 2017-03-30 10:31:26 +03:00
Andris Reinman a671df6ed4 Added support for MOVE 2017-03-29 21:22:26 +03:00
Andris Reinman 2aa4f79142 Changed quota handling 2017-03-29 20:06:09 +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 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 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 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 8c7e4a6e5b notify 2017-03-12 13:27:52 +02:00
Andris Reinman b535afeb3d notify 2017-03-12 13:24:48 +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 ae4a8fe800 Set APPEND max size in config 2017-03-12 00:23:46 +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 dbdbde8d7a Fixed issues with invalid logins 2017-03-11 17:34:28 +02:00
Andris Reinman 308634a77e Do not log authentication information or long literals 2017-03-11 15:59:38 +02:00
Andris Reinman e1897d6efc Separate mime tree from large attachments 2017-03-10 23:03:33 +02:00
Andris Reinman 9cac2be895 Started separating mimeTree from larger attachments 2017-03-10 21:03:59 +02:00
Andris Reinman cae2ad9e95 use asynchronous search matching 2017-03-10 16:59:04 +02:00
Andris Reinman a0ce2acc40 updated imap handling 2017-03-10 15:20:13 +02:00
Andris Reinman 8f6a367e8e fixed broken imap 2017-03-06 16:13:40 +02:00