Commit graph

1287 commits

Author SHA1 Message Date
Andris Reinman 4e395dd382
Allow using JS object as metaData value 2020-02-21 10:24:35 +02:00
Andris Reinman 1b81092c28
do not set answered if also forwarded 2020-02-19 11:09:40 +02:00
Andris Reinman 662d2c3df8
add answered flag to forwarded emails 2020-02-19 10:57:37 +02:00
Andris Reinman a9834c725e
update 2020-02-19 10:49:08 +02:00
Andris Reinman c954ae5edb
fixed rehash check 2020-02-19 10:37:22 +02:00
Andris Reinman cf1eb8136f
updated commit hashes 2020-02-19 10:30:16 +02:00
Andris Reinman fa695adc70
handle name parsing failures 2020-02-19 10:12:49 +02:00
Andris Reinman 0b09f1d87e
do not log fetch responses 2020-02-05 11:36:41 +02:00
Andris Reinman d74d13691b
do not stream fetch responses for metadata fields 2020-02-05 11:31:07 +02:00
Andris Reinman 489b1ded62
log mailbox with fetchok 2020-02-04 16:00:39 +02:00
Andris Reinman 44706fd757
log mailbox with fetchok 2020-02-04 15:58:37 +02:00
Andris Reinman 67f6134d16
Use large batch count for specific queries 2020-02-04 15:35:20 +02:00
Andris Reinman 0b81c73f6c
fixed missing flags property 2020-01-29 18:16:49 +02:00
Andris Reinman afcb14106c
fix exception on fetch wo flags 2020-01-29 18:14:51 +02:00
Andris Reinman fafc124f83
use object for sorting 2020-01-29 17:58:59 +02:00
Andris Reinman 1676c7336f
do not read extra info for fetch 2020-01-29 15:38:15 +02:00
Andris Reinman b7ed286bf7
v1.23.2 2020-01-27 14:22:35 +02:00
Andris Reinman 494095f6f1
fixed invalid highestmodseq status item response 2020-01-11 17:37:07 +02:00
Andris Reinman df1b73083a
fixed exception with invalid buffer length 2020-01-11 15:04:26 +02:00
Andris Reinman 64ccb33ee5
bumped deps 2020-01-03 13:30:42 +02:00
Andris Reinman 15d3e95e65
Update README.md 2019-11-28 09:27:16 +02:00
Andris Reinman 3dddc6b124
Merge branch 'master' of github.com:nodemailer/wildduck 2019-11-26 16:28:40 +02:00
Andris Reinman 512bf5a8b6
do not log fetch and expunge info to graylog 2019-11-26 16:27:56 +02:00
Andris Reinman d76c145763
Create FUNDING.yml 2019-11-24 18:23:41 +02:00
Andris Reinman 56dcd53b86
Allow dates with single digit 2019-11-24 15:00:18 +02:00
Andris Reinman d781ba41f8
updated apidocs 2019-11-22 00:27:55 +02:00
Andris Reinman 0e1861418a
fixed audit endpoint 2019-11-22 00:19:12 +02:00
Andris Reinman dde106c039
added api endpoint for audit info 2019-11-22 00:16:20 +02:00
Andris Reinman cf8d8f28cd
do not use finally 2019-11-21 16:23:18 +02:00
Andris Reinman e7d40d5ce2
updated docs 2019-11-21 16:17:21 +02:00
Andris Reinman a2b1ac227b
Added export endpoint for audit 2019-11-21 16:15:25 +02:00
Andris Reinman 2681ceb764
fixed invalid db for audits 2019-11-21 11:37:00 +02:00
Andris Reinman 7059f00e46
force autologout on suspension 2019-11-15 09:28:08 +02:00
Andris Reinman 5797a2f9f7
force logout if user is marked as suspended 2019-11-15 09:22:56 +02:00
Andris Reinman 188f4dccc5
added new user setting option to disable authentication 2019-11-15 09:16:53 +02:00
Andris Reinman abe3729953
updated mailparser and libmime for iso-2022-jp support 2019-10-28 20:48:01 +02:00
Andris Reinman cbd0dffbf2 use dot notation for addrview 2019-10-24 11:20:21 +03:00
Andris Reinman f6c39ab3ae
Merge pull request #157 from astzweig/fix/projection-error
Fix missing addrview error
2019-10-24 11:18:19 +03:00
Rezart Qelibari b4f8b63abc Fix missing addrview error
ZoneMTA wildduck plugin uses wildduck's user handler for address resolution.
A missing field in the projections map caused envelop from addresses
in outgoing messages that matched a wildcard address of the user to
be rejected by ZoneMTA wildduck plugin because of the error thrown in
the user handler of wildduck.
2019-10-23 23:20:28 +02:00
Andris Reinman 4c1cd4210a Updated fixture pgp keys to fix tests 2019-10-21 23:01:11 +03:00
Andris Reinman e5163d5fe1 v1.23.1 2019-10-21 22:46:00 +03:00
Andris Reinman d1e595924c Include enabled2fa and autoreply in user listing 2019-10-10 14:01:59 +03:00
Andris Reinman 5dfa116cc5 Include enabled2fa and autoreply in user listing 2019-10-10 13:59:12 +03:00
Andris Reinman c1537dbaf5 Include enabled2fa and autoreply in user listing 2019-10-10 13:55:21 +03:00
Andris Reinman 346242277c v1.23.0 2019-10-03 17:02:00 +03:00
Andris Reinman 96fa19068a allow to search messages from Junk/Trash 2019-10-03 17:00:51 +03:00
Andris Reinman d5fdb3f4e2 Do not encrypt draft messages 2019-10-02 14:33:06 +03:00
Andris Reinman 7b8a863125 removed audit info from user object 2019-10-02 11:35:31 +03:00
Andris Reinman 7c5bf84c52 do not use .finally() because of Node v8 2019-10-01 16:27:10 +03:00
Andris Reinman bc23a35119 Fixed invalid UTF8 STRING encoding in IMAP output 2019-10-01 16:21:34 +03:00