Commit graph

69 commits

Author SHA1 Message Date
Andris Reinman
6a4b882798 Allow using separate databases for main (default db), attachments and users 2017-07-14 22:16:09 +03:00
Andris Reinman
3f82ba0be6 Added user field to indexes and message queries to enable sharding 2017-07-13 17:04:41 +03:00
Andris Reinman
da967e13a6 first threading version 2017-07-11 21:38:23 +03:00
Andris Reinman
9b3fbf72d0 Default to utf8 for parsed headers 2017-06-09 11:23:46 +03:00
Andris Reinman
d226d98486 Use timezone aware date parser 2017-06-08 16:04:34 +03:00
Andris Reinman
b5ffa5c973 v1.0.47. Do not throw on invalid punycode or html 2017-06-07 12:58:10 +03:00
Andris Reinman
ff633828be Index only specific header keys for SEARCH 2017-06-05 16:22:07 +03:00
Andris Reinman
df9ba4f34c update 2017-06-05 10:18:35 +03:00
Andris Reinman
08a4cdde0a Use prettier for formatting 2017-06-03 09:51:58 +03:00
Andris Reinman
40b36fed53 do not add extra newline to messages with text body for multipart 2017-06-01 19:02:58 +03:00
Andris Reinman
9534594a7e Do not explode on messages that have a rfc822 message as an attachment 2017-06-01 16:55:57 +03:00
Andris Reinman
31fe3c7442 fix parsing when root node is message/rfc822 2017-05-24 11:48:27 +03:00
Andris Reinman
d6d3e4bad9 ignore attached rfc822 2017-05-24 11:25:43 +03:00
Andris Reinman
bca6e4b6a1 use async hashing 2017-05-23 19:11:42 +03:00
Andris Reinman
8e42c4eb5b Fixed LIST 2017-05-16 15:23:08 +03:00
Andris Reinman
fe5d3f123c fix mailbox flags in LIST 2017-05-16 14:37:54 +03:00
Andris Reinman
e8fbd9c67d updated logging 2017-05-16 13:59:14 +03:00
Andris Reinman
df3d3391bd updated logging 2017-05-16 13:57:04 +03:00
Andris Reinman
5532071fc5 Updated logger 2017-05-16 13:48:57 +03:00
Andris Reinman
ba2a57e670 Fix DEFLATE for short messages that weren't flushed to socket 2017-05-16 13:35:29 +03:00
Andris Reinman
fddccd79eb deduplicate attachments 2017-05-15 16:09:08 +03:00
Andris Reinman
0df5596066 v1.0.28 2017-05-07 17:21:44 +03:00
Andris Reinman
a66c6dcd12 updated authentication 2017-04-20 20:10:03 +03:00
Andris Reinman
eb47b871a8 Added message filtering for LMTP 2017-04-17 15:58:46 +03:00
Andris Reinman
6406f479e6 Preprocess message in LMTP 2017-04-13 11:35:39 +03:00
Andris Reinman
dcc3181891 Remove or skip duplicate messages 2017-04-10 17:12:47 +03:00
Andris Reinman
34be6c2b39 v1.0.13 2017-04-09 23:21:36 +03:00
Andris Reinman
8c7cedc977 do not store metadata with attachment entry in gridstore 2017-04-09 21:43:22 +03:00
Andris Reinman
21f2e55dda fixed invalid size calculation 2017-04-08 16:47:18 +03:00
Andris Reinman
258b2f896e pop3 initial 2017-04-07 21:29:14 +03:00
Andris Reinman
18d4c34f70 do not store multipart bodies or zero length bodies as attachments 2017-04-06 16:30:23 +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
6bc92ab0ff Fixed Compress 2017-04-04 17:09:39 +03:00
Andris Reinman
0c76c38aed Trying COMPRESS 2017-04-04 16:38:44 +03:00
Andris Reinman
d551c11828 Trying COMPRESS 2017-04-04 16:35:56 +03:00
Andris Reinman
6e40ea3b77 Added mailbox paging 2017-04-03 16:59:04 +03:00
Andris Reinman
fe9277bc7d Added API method to fetch message content 2017-04-03 13:39:39 +03:00
Andris Reinman
e5bdf8406f Do not parse HTML and text from mimeTree 2017-04-01 20:53:25 +03:00
Andris Reinman
eee6f070c3 parse html and text 2017-04-01 20:15:10 +03:00
Andris Reinman
e858263381 update header search 2017-04-01 19:22:47 +03:00
Andris Reinman
c22ecebdbc Fixed GETQUOTA for invalid quota root 2017-04-01 14:15:13 +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
5f7bc1aa74 prepare parsed headers keys 2017-03-30 11:44:18 +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
43aa20d92c Slight refactoring to separate imap server context from other parts
Re-added UTF8=ACCESS
2017-03-21 20:13:31 +02:00