1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-02 11:08:51 +00:00
emailjs/smtp
Zack Schuster b1a101d976
smtp/connection: implement greylist support (#265)
* smtp/connection: implement greylist support

* smtp/connection: use weakmap to track if response has handled greylist

* smtp/connection: fix style nits

* test/client: fix greylist unit

* readme: note greylist support

* smtp/connection: accept code 451 for greylist resend

* smtp/connection: reorder greylist conditionals in response callback

* test/client: only respond once to greylist
2020-07-25 18:44:33 -07:00
..
address.ts smtp/address: refactor 2020-06-18 04:50:54 -07:00
client.ts smtp: inline addressparser code 2020-06-17 12:27:49 -07:00
connection.ts smtp/connection: implement greylist support (#265) 2020-07-25 18:44:33 -07:00
date.ts chore: update linting 2020-04-22 21:48:15 -07:00
error.ts smtp/error: convert makeSMTPError to static method of exported SMTPError class 2020-05-27 05:31:36 -07:00
message.ts smtp/message: fix attachment stream type 2020-06-25 09:01:57 -07:00
mime.ts strong typed as per pr comments 2020-06-26 22:54:14 -07:00
response.ts smtp: rename SMTPResponse -> SMTPResponseMonitor 2020-05-27 11:16:34 -07:00