rgl / MailBounceDetector

Detects whether a MailKit email Message is a bounce message
MIT License
28 stars 12 forks source link

Handle delay message from Exchange and non-existing Inbox message from Office365 #8

Open nduxbury opened 7 years ago

nduxbury commented 7 years ago

Alter BounceDetectResult so it can handle delay messages from Exchange and non-existing inbox messages from Office 365. Also, added handling of unknown status codes so they don't result in an exception.

rklec commented 1 month ago

This looks useful, what about merging it?