Commit graph

195 commits

Author SHA1 Message Date
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 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 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
Andris Reinman 942e35349e v1.14.0 2019-01-23 23:38:29 +02:00
Andris Reinman eac64a3533 v1.12.2 2019-01-08 22:37:36 +02:00
Andris Reinman 56d82657c7 fixed spam score filtering 2018-12-29 12:56:06 +02:00
Andris Reinman 05c79b680f allow APPEND string args as Buffers 2018-12-29 01:09:26 +02:00
Andris Reinman 496104d936 prevent multiple re-encoding of APPEND literals 2018-12-29 00:49:48 +02:00
Andris Reinman 73eb27acb0 slightly better large literal handling 2018-12-27 17:04:05 +02:00
Andris Reinman ebab1f7b22 send untagged CAPABILITY after successful auth 2018-12-27 12:54:40 +02:00
Andris Reinman dfedf879f3 show reason for close on error 2018-12-18 13:33:47 +02:00
Andris Reinman a0965c2d5a list inlined attachments 2018-12-04 16:44:16 +02:00
Andris Reinman 69bcf722b5 list inlined attachments 2018-12-04 16:33:09 +02:00