Commit graph

39 commits

Author SHA1 Message Date
Andris Reinman f61111e3cc
fix(pop3-starttls): ensure default SNICallback option 2024-02-26 09:16:46 +02:00
Andris Reinman eecb31ac9a
fix(pop3): if connection is closed during authentication, then do not process the response. Fixes #596 2024-01-04 10:38:33 +02:00
Andris Reinman 2de6c0bc12
fix(pop3): run socket.destroy() if pop3 socket is not closed in 1.5s 2023-10-05 11:27:07 +03:00
Kay Zumbusch b2b4338b15 issue 436: fix regular expression for base64 validation 2022-11-17 20:00:10 +01:00
Andris Reinman 04ba496dc7
bunch of fixes 2022-07-05 11:57:57 +03:00
Andris Reinman ea2d15c9b9
log session id for POP3 2022-01-12 13:50:17 +02:00
Andris Reinman fe42aa505e allow unauthenticated login if disableSTARTTLS is set to true 2021-09-06 15:29:40 +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 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 d5503a202e added missing space after challenge response 2021-04-07 11:15:26 +03:00
Andris Reinman 20fda17be4 include hash value in attachment output 2021-03-26 09:58:05 +02:00
Andris Reinman 2f848a232d log POP3 RETR commands 2020-11-03 10:31:45 +02:00
Andris Reinman 14cb554c19 fixed invalid pop3 quit 2020-05-15 16:19:01 +03:00
Andris Reinman 4f0c25aa4c v1.25.0 2020-05-08 10:43:59 +03:00
Andris Reinman e2b59cb503
Fix issue where POP3 did not mark messages as seen 2020-03-15 13:25:17 +02:00
Andris Reinman b8f9c8882d v1.10.10 2018-11-14 13:32:40 +02:00
Andris Reinman 718dad91c5 bumped deps 2018-07-30 10:15:29 +03:00
Andris Reinman 5d2e011437 Fixed POP3 invalid auth error 2018-01-10 09:01:31 +02:00
Andris Reinman ed5e6037a3 rename session._id to session.id 2017-12-01 16:22:43 +02:00
Andris Reinman ebf05cda58 Allow TLS to be handled upstream 2017-12-01 10:02:40 +02:00
Andris Reinman 23516a47a9 treat user.forward as an array 2017-11-13 15:27:37 +02:00
Andris Reinman b25b84f6b9 stls support for pop3 2017-11-06 16:23:27 +02:00
Andris Reinman 98a38fab04 allow encrypting forwarded emails 2017-10-30 13:41:53 +02:00
Andris Reinman 75f9420c3c Allow disabling logging for specific source IPs 2017-10-12 16:05:22 +03:00
Andris Reinman 69bc32db6e Allow disabling logging for specific source IPs 2017-10-12 16:01:27 +03:00
Andris Reinman 6e838f4ac7 Added PROXY support for IMAP, POP3 2017-10-11 22:43:10 +03:00
Andris Reinman d3e59eae2b updated tls error handling 2017-10-09 10:14:49 +03:00
Andris Reinman 0d9d44a257 sppress HOSTUNREACH 2017-10-09 09:28:05 +03:00
Andris Reinman 69477d3a6d updated ssl error detection string 2017-10-08 14:29:53 +03:00
Andris Reinman 3d1bce85a6 Suppress onconnect errors 2017-10-08 00:12:47 +03:00
Andris Reinman 283be10cc6 Suppress ETIMEDOUT errors 2017-10-07 23:25:25 +03:00
Andris Reinman 1fca2d024f Suppress ETIMEDOUT errors 2017-10-07 23:19:00 +03:00
Andris Reinman b688bbb067 Suppress ETIMEDOUT errors 2017-10-07 23:11:02 +03:00
Andris Reinman 670fd379e3 Suppress ETIMEDOUT errors 2017-10-07 23:08:09 +03:00
Andris Reinman a5a624ac90 Suppress ETIMEDOUT errors 2017-10-07 22:37:35 +03:00
Andris Reinman abdc5e2bbe Added missing method 2017-10-05 15:48:10 +03:00
Andris Reinman 40b9214a15 Allow reloading TLS certs by SIGHUP to master 2017-10-05 15:14:43 +03:00
Andris Reinman 9b54586e2a Added experimental IRC server component 2017-09-17 13:31:02 +03:00