Commit graph

35 commits

Author SHA1 Message Date
Andris Reinman 418cf70b66 Refactored IMAP COPY. Aborts copying if socket to client is closed 2020-09-08 12:26:33 +03:00
Andris Reinman e4b11e557e show validation errors in JSON response 2020-07-16 11:31:58 +03:00
Andris Reinman 8957ec028b default GET+POST to req.params 2020-07-16 11:15:04 +03:00
Andris Reinman da9a3100cb
log api errors 2020-03-24 14:39:04 +02:00
Rezart Qelibari 3a43069509 Allow prefix-partial wildcard addresses
Enables recognition of prefix-partial wildcard addresses à la
'prefix*@domain.com'.
2020-02-25 00:33:21 +01:00
Andris Reinman c28696676f v1.21.0 2019-07-12 10:21:48 +03:00
Andris Reinman a552d67311 v1.20.0 2019-05-10 13:32:49 +03:00
Rezart Qelibari a6390611ef Fix two linting errors 2019-05-10 05:21:09 +02:00
Rezart Qelibari 3c6ee0ce62 Allow forward-partial wildcard addresses
Enables recognition of forward-partial wildcard addresses à la
'*postfix@domain.com'.
2019-05-10 02:04:45 +02:00
Andris Reinman 61d2813be9 v1.9.0 2018-10-22 12:00:24 +03:00
Andris Reinman beca0b1e33 started testing with roles 2018-08-28 14:37:06 +03:00
Andris Reinman 3418390d26 update for mongodb pagination 2018-08-03 16:15:35 +03:00
Andris Reinman 7e0af7ab1c Use async mongo paging 2018-08-03 15:44:03 +03:00
Andris Reinman 4bef7e3a10 Allow using addresses as usernames 2018-05-11 14:39:23 +03:00
Andris Reinman d8ee6530e3 v1.1.0 2018-04-28 23:40:26 +03:00
Andris Reinman cc11785cc6 updated example emails 2018-04-28 22:44:38 +03:00
Andris Reinman a2a19d31dc expose smtp envelope in message response 2018-01-25 09:52:09 +02:00
Andris Reinman 9662b85041 v1.0.97 2017-12-27 13:32:57 +02:00
Andris Reinman 2d3155aef2 v1.0.96 2017-12-22 15:10:32 +02:00
Andris Reinman 55d7b87915 Updated address resolving 2017-12-01 15:04:32 +02:00
Andris Reinman d12c453937 updated normalize method 2017-11-06 15:06:31 +02:00
Andris Reinman a36311c2df fixed handling of redis.exec 2017-10-03 13:09:16 +03:00
Andris Reinman 47f8307d9b replace node_redis with ioredis 2017-10-03 11:18:23 +03:00
Andris Reinman aa847860a9 updated sample email 2017-08-09 13:29:50 +03:00
Andris Reinman 2f516612ea Allow linking images to initial email HTML 2017-08-09 11:49:52 +03:00
Andris Reinman b5fdbcd3e1 Allow using external resources for default messages 2017-08-04 14:07:17 +03:00
Andris Reinman 12585229a3 Allow specifying defualt emails for created users 2017-07-31 14:16:50 +03:00
Andris Reinman 9e767187cb refactor api 2017-07-26 11:52:55 +03:00
Andris Reinman 93ba7f6c8c Updated SEARCH UID range queries 2017-07-16 23:04:59 +03:00
Andris Reinman e265cd254e optimise uid range queries 2017-07-16 22:40: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 08a4cdde0a Use prettier for formatting 2017-06-03 09:51:58 +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