Commit graph

33 commits

Author SHA1 Message Date
NickOvt
36fcabcd5b
fix(typos): fixed typos ZMS-167 (#740) 2024-10-14 10:37:58 +03:00
NickOvt
5721047bc1
fix(journal-parse): Improve idle CPU performance ZMS-109 (#597)
* optimize CPU performance, reduce amount of calls to JSON.parse

* default to needFullParse, otherwise do not do full parse
2024-01-05 10:31:07 +02:00
titanism
be900691da
Update imap-notifier.js (fixed typo subscriber > subscriber) (#513) 2023-10-04 22:44:37 +03:00
Andris Reinman
b8efbfce4f
Index emails for accounts with indexing feature flag 2023-03-10 11:13:12 +02:00
Andris Reinman
eb496b509c
v1.38.3 2023-03-09 12:36:28 +02:00
Andris Reinman
9ae177869e Generate ACME certs 2021-06-15 10:47:18 +03:00
Andris Reinman
9c04a286e2 updated error codes for API 2021-05-21 20:14:43 +03:00
Andris Reinman
b921021d0a Added SPAM/HAM marking webhook 2021-02-26 14:00:13 +02:00
Andris Reinman
5596f47a1a updated api permissions 2018-10-12 11:13:54 +03:00
Andris Reinman
bc4514e79f started refactoring internal notifification system 2017-12-10 01:19:50 +02:00
Andris Reinman
4008a3bdd9 List flagged messages 2017-11-22 16:22:36 +02:00
Andris Reinman
b284477a45 Added imap.maxConnections option to limit parallel connections for an user (defaults to 15) 2017-11-10 17:27:15 +02:00
Andris Reinman
47f8307d9b replace node_redis with ioredis 2017-10-03 11:18:23 +03:00
Andris Reinman
0e0275423d Use UID range when quering messages 2017-08-10 22:20:21 +03:00
Andris Reinman
817169062d fixed redis setup 2017-07-27 11:41:58 +03:00
Andris Reinman
a1936db9e2 Emit counters 2017-07-20 16:10:36 +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
ed75658f80 Changed messages shard key to mailbox+uid 2017-07-15 19:08:33 +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
08a4cdde0a Use prettier for formatting 2017-06-03 09:51:58 +03:00
Andris Reinman
c44b3a5dcc updated logging 2017-05-16 14:05:14 +03:00
Andris Reinman
b90856a8d5 updated SEARCH, fixed partial journal 2017-04-12 22:51:13 +03:00
Andris Reinman
963656ad2d Refactored journal updates 2017-04-12 21:59:30 +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
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
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
Renamed from imap-notifier.js (Browse further)