v5.0.2p3
azumakuniyuki
released this
11 May 13:37
·
261 commits
to 5-stable
since this release
- changes:
- Declare
use v5.26;
at each file using the postfix dereference #511 - Replace
use feature ":5.10";
withuse v5.26;
- Remove
.travis.yml
from this repository - Follow updates in Gmail SMTP errors and codes on Apr 29 and May 10 at
Sisimai::Rhost::Google
#513 #515 #519- https://support.google.com/a/answer/3726730?hl=en
- azumakuniyuki/feb-2024-no-auth-no-entry@1d6adede
- azumakuniyuki/feb-2024-no-auth-no-entry@d477b178
- Implement SMTP error codes as follows:
4.7.23
,4.7.30
,4.7.32
,5.7.29
, and5.7.30
- Shortened error message patterns to make them more adaptable to minor sentence changes.
- Multibyte characters in the code and comments have been replaced with ASCII characters. #514
- Import sisimai/rb-sisimai#280 Deal the Apple unsubscribe notification as an ARF message #516
- Add the following error message patterns returned from Exchange Online #517
- 4.4.317, 5.4.317: STARTTLS is required to send mail
- 4.4.318, 5.4.318: Connection was closed abruptly (SuspiciousRemoteServerError)
- #518 Added 16 error message patterns into the following reasons:
Blocked
Expire
Filtered
MailboxFull
NoRelaying
Suspend
UserUnknown
- Declare