Commit graph

89 commits

Author SHA1 Message Date
Andris Reinman
a1936db9e2 Emit counters 2017-07-20 16:10:36 +03:00
Andris Reinman
cf20ada049 added API endpoints for listing usernames and addresses 2017-07-20 13:10:43 +03:00
Andris Reinman
d1fb2ac39e Added user stream demo 2017-07-19 11:06:47 +03:00
Andris Reinman
ba3e111ed2 Added API endpoint to push changes in user account 2017-07-18 17:38:05 +03:00
Andris Reinman
ad1ac6d280 added support for cahced counters 2017-07-18 11:17:36 +03:00
Andris Reinman
c9debc13ca changed API 2017-07-17 16:32:31 +03:00
Andris Reinman
a54af5b503 Changed configuration manager 2017-07-16 14:37:33 +03:00
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
1c74174d3e fixed upgraded restify usage 2017-07-10 22:15:16 +03:00
Andris Reinman
08a4cdde0a Use prettier for formatting 2017-06-03 09:51:58 +03:00
Andris Reinman
74c7539f1b updated api 2017-05-23 20:13:59 +03:00
Andris Reinman
3882be5f00 updated api 2017-05-23 20:12:11 +03:00
Andris Reinman
fddccd79eb deduplicate attachments 2017-05-15 16:09:08 +03:00
Andris Reinman
9e7057543a v1.0.26. Delete messages from Trash and Junk after 30 days 2017-05-02 16:17:37 +03:00
Andris Reinman
cc54a44f98 v1.0.22 2017-04-21 22:16:01 +03:00
Andris Reinman
83bc5fde20 support generating application specific passwords 2017-04-20 23:32:19 +03:00
Andris Reinman
eb47b871a8 Added message filtering for LMTP 2017-04-17 15:58:46 +03:00
Andris Reinman
f9a28e1e60 started with filters 2017-04-15 21:59:27 +03:00
Andris Reinman
6406f479e6 Preprocess message in LMTP 2017-04-13 11:35:39 +03:00
Andris Reinman
6aeb6c0827 Added new quota limit for sending recipients 2017-04-12 11:32:57 +03:00
Andris Reinman
255ea6e816 Use default quota for users instead of 0 2017-04-11 10:04:14 +03:00
Andris Reinman
dcc3181891 Remove or skip duplicate messages 2017-04-10 17:12:47 +03:00
Andris Reinman
8c7cedc977 do not store metadata with attachment entry in gridstore 2017-04-09 21:43:22 +03:00
Andris Reinman
ad486b9df8 use special fields for common flags 2017-04-04 14:46:51 +03:00
Andris Reinman
e42a128ee6 use index for sorting 2017-04-04 13:30:38 +03:00
Andris Reinman
5914c03456 Fetch oldest UID 2017-04-03 20:07:21 +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
1a9f182575 Fixed quota update for DELETE 2017-04-01 14:49:58 +03:00
Andris Reinman
c92753265d Include flags in select 2017-03-30 13:25:42 +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
f9413d5877 Changed db structure for handling addresses - username is not an address 2017-03-24 22:26:04 +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
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
8f6a367e8e fixed broken imap 2017-03-06 16:13:40 +02:00