Commit graph

153 commits

Author SHA1 Message Date
Andris Reinman
b53ae97938 Added tests for sending messages to LMTP 2017-10-19 11:19:16 +03:00
Andris Reinman
69bc32db6e Allow disabling logging for specific source IPs 2017-10-12 16:01:27 +03:00
Andris Reinman
6e838f4ac7 Added PROXY support for IMAP, POP3 2017-10-11 22:43:10 +03:00
Andris Reinman
ece4080ce8 Support a single u2f key 2017-10-10 11:19:10 +03:00
Andris Reinman
e985d27827 added example for defining extra tls options 2017-10-05 16:04:39 +03:00
Andris Reinman
0b1ea7253d Updated Readme, added Redis Sentinel example to dbs.toml 2017-10-03 16:05:46 +03:00
Andris Reinman
ef774cf809 update 2017-09-25 12:19:24 +03:00
Andris Reinman
6db8e096bc Updated nick handling 2017-09-18 17:10:35 +03:00
Andris Reinman
ee4a76e30e Decode base64 encoded attachments before storing to DB 2017-09-18 11:18:34 +03:00
Andris Reinman
9b54586e2a Added experimental IRC server component 2017-09-17 13:31:02 +03:00
Andris Reinman
7613356cb8 Allow disabling STARTTLS 2017-09-10 22:53:12 +03:00
Andris Reinman
39049ef497 Allow configuring more than one spam headers 2017-09-04 13:19:52 +03:00
Andris Reinman
6e30b385e8 add assigned field 2017-08-29 10:36:45 +03:00
Andris Reinman
3b53a80860 Updated config handler 2017-08-15 16:41:18 +03:00
Andris Reinman
81feb43147 group similar authlog entries 2017-08-08 13:20:03 +03:00
Andris Reinman
77c24c04fc allow rate limiting failed logins and totp checks 2017-08-07 16:19:38 +03:00
Andris Reinman
c22612c869 use encrypt totp seeds with a master password 2017-08-07 14:52:33 +03:00
Andris Reinman
177fbb7d60 allow using other storage mechanisms for attachments than gridstore 2017-08-07 11:29:29 +03:00
Andris Reinman
9e839058cf v1.0.64 2017-07-31 10:59:18 +03:00
Andris Reinman
a40dce26f1 added some API integration tests 2017-07-26 15:50:54 +03:00
Andris Reinman
75393ffac1 updated mobileconfig settings 2017-07-26 10:45:46 +03:00
Andris Reinman
c42ab1519f Added example certififcates 2017-07-25 15:50:16 +03:00
Andris Reinman
c9debc13ca changed API 2017-07-17 16:32:31 +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
da967e13a6 first threading version 2017-07-11 21:38:23 +03:00
Andris Reinman
81fb8e38fd Allow disabling retention 2017-06-06 09:19:35 +03:00
Andris Reinman
8d03e37ac7 Allow setting default retention to all mailboxes 2017-05-22 10:03:30 +03:00
Andris Reinman
8faf1aaee4 Allow setting username for UserHandler 2017-05-18 11:30:47 +03:00
Andris Reinman
c172fe9779 update 2017-05-02 16:21:56 +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
7efee60ed9 updated forwarder to be more generic 2017-04-24 22:59:38 +03:00
Andris Reinman
16f6a4c0c2 first draft of working forwarding 2017-04-24 21:20:06 +03:00
Andris Reinman
5cd5c0f685 started with forwarding support 2017-04-24 16:51:50 +03:00
Andris Reinman
a66c6dcd12 updated authentication 2017-04-20 20:10:03 +03:00
Andris Reinman
6406f479e6 Preprocess message in LMTP 2017-04-13 11:35:39 +03:00
Andris Reinman
efd3da18f9 Updated spam header 2017-04-12 15:18:22 +03:00
Andris Reinman
b94177353f Replaced SMTP with LMTP 2017-04-12 14:52:29 +03:00
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
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
9e5b1cf257 Added support for QUOTA extension, all users have a maximum quota set 2017-03-27 20:35:12 +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
Andris Reinman
ae4a8fe800 Set APPEND max size in config 2017-03-12 00:23:46 +02:00
Andris Reinman
1a8773df30 removed extra config file 2017-03-12 00:00:22 +02:00
Andris Reinman
64bc5fc876 Allow setting custom SSL certififcates for IMAP server 2017-03-11 18:28:12 +02:00
Andris Reinman
d31f261918 SUpport logging to syslog and multiple processes 2017-03-11 17:21:08 +02:00
Andris Reinman
e1897d6efc Separate mime tree from large attachments 2017-03-10 23:03:33 +02:00
Andris Reinman
4009a4a8ba Use Redis to propagate state changes between different instances 2017-03-09 20:05:29 +02:00
Andris Reinman
d7b12edf5b added example to push messages to INBOX 2017-03-06 18:27:04 +02:00
Andris Reinman
8f6a367e8e fixed broken imap 2017-03-06 16:13:40 +02:00
Andris Reinman
afd8abccc4 Initial preview 2017-03-05 23:45:50 +02:00