Commit graph

223 commits

Author SHA1 Message Date
Andris Reinman
803e21a9a8
ensure that in-reply-to and message-id headers are stored as single strings, not arrays 2021-10-12 23:18:17 +03:00
Andris Reinman
17a3d6107c
special case for email lines that end with carriage return only 2021-10-08 17:10:53 +03:00
Andris Reinman
ebac633778 removed extra console.log 2021-08-30 11:26:33 +03:00
Andris Reinman
53cda36329 Upgrade Mongodb library from 3 to 4
update
2021-08-30 11:21:50 +03:00
Andris Reinman
425652d4c0 use public properties to check if a socket is open or not 2021-05-31 16:19:44 +03:00
Andris Reinman
9c04a286e2 updated error codes for API 2021-05-21 20:14:43 +03:00
Andris Reinman
a03c97a943 updates for cert handling 2021-05-15 20:29:11 +03:00
Andris Reinman
eec5d66094 Allow using SNI TLS certificates with IMAP/POP3 2021-05-13 17:08:14 +03:00
Andris Reinman
97c2ce77b6 added minSize and maxSize search parameters 2021-02-18 10:19:13 +02:00
Andris Reinman
70a62a35b8 allow UTF8 literals for APPEND 2020-10-30 12:06:17 +02:00
Andris Reinman
8dfa8f4880 fix attachment logging 2020-09-18 12:06:28 +03:00
Andris Reinman
a38d944fde v1.29.4 2020-09-18 10:22:50 +03:00
Andris Reinman
2d591dd126 v1.29.3 2020-09-18 10:13:35 +03:00
Andris Reinman
2fdf9ec2e4 Added sendTime option for draft submissions 2020-09-10 10:27:50 +03:00
Andris Reinman
418cf70b66 Refactored IMAP COPY. Aborts copying if socket to client is closed 2020-09-08 12:26:33 +03:00
Andris Reinman
6d17dbccf3 v1.27.3 2020-07-16 16:57:13 +03:00
Andris Reinman
7abe3215a4 do not throw an error if attachment is missing 2020-06-30 09:10:58 +03:00
Andris Reinman
2a24ff9331 v1.26.3 2020-05-27 11:55:36 +03:00
Andris Reinman
00da4bc4fa replaced browserbox with imapflow, utf7 with iconv-lite 2020-05-15 19:02:24 +03:00
Andris Reinman
797b7756d7
use setKeepAlive for IMAP sockets 2020-03-26 13:46:05 +02:00
Andris Reinman
fdea1d3a35
renamed _session to _sess for gelf 2020-03-24 15:39:04 +02:00
Andris Reinman
d6448df3f0
Log client ID to gelf 2020-03-22 16:30:54 +02:00
Andris Reinman
9a71592a77
Fixed parsing messages with invalid 0x0d 0x0d 0x0a newlines 2020-03-05 16:34:05 +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
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
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
df1b73083a
fixed exception with invalid buffer length 2020-01-11 15:04:26 +02:00
Andris Reinman
512bf5a8b6
do not log fetch and expunge info to graylog 2019-11-26 16:27:56 +02:00
Andris Reinman
56dcd53b86
Allow dates with single digit 2019-11-24 15:00:18 +02:00
Andris Reinman
bc23a35119 Fixed invalid UTF8 STRING encoding in IMAP output 2019-10-01 16:21:34 +03:00
Andris Reinman
121b61a6f6 v1.22.1 2019-09-12 14:25:42 +03:00
Andris Reinman
07bc93bad0 fixed tests 2019-08-27 16:20:23 +03:00
Andris Reinman
af3649159c fixed too long attachment literals 2019-08-08 16:11:53 +03:00
Andris Reinman
f9ee7d6200 Optimized partial fetches. Does not work correctly with mime torture message 2019-08-08 01:12:00 +03:00
Andris Reinman
87b27ef0ab use 1MB partial response 2019-08-07 11:42:43 +03:00
Andris Reinman
742ddf30f1 rollback attachment limiter 2019-08-07 11:41:49 +03:00
Andris Reinman
f1752817a2 IMAP compiler 2019-07-31 11:26:38 +03:00
Andris Reinman
8ea39f54e2 asyncified message rebuilding 2019-07-18 11:01:29 +03:00
Andris Reinman
34cf55d500 fix message parsing for too large messages 2019-07-03 11:37:26 +03:00
Andris Reinman
e7433ae464 v1.20.3 2019-06-11 11:03:35 +03:00
Andris Reinman
716e14797a validate date values for SEARCH arguments 2019-05-27 22:31:27 +03:00
Andris Reinman
012e1313ef fixed tests 2019-05-10 13:42:37 +03:00
Andris Reinman
b78107c7aa enforce minimum on 1mb chunk size 2019-05-07 11:46:48 +03:00
Andris Reinman
5297a6edbf v1.19.0 2019-05-07 10:27:30 +03:00
Andris Reinman
b11de953b4 try to handle connection endings better 2019-02-21 16:04:34 +02:00
Andris Reinman
01463cf386 make sure that there is no WS bertween BODYSTRUCTURE lists 2019-02-05 20:59:44 +02:00
Andris Reinman
bce3d32240 fix log messgae 2019-01-24 00:22:03 +02:00