You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
go-smtp v0.15.0
Anatoliy Shipticyn (1):
Disable lineLimitReader when handle BDAT data
Simon Ser (7):
Add docs for Session, LMTPSession and StatusCollector
Document that Client.StartTLS can take a nil config
Fix lineLimitReader unused after Client.StartTLS
Add Client.DebugWriter
Document that SendMail is only for very simple use-cases
cmd/smtp-debug-server: fix -l ignored
readme: switch GoDoc links to godocs.io
Zhang Huangbin (1):
Use same smtp reply messages as Postfix: - `Speak up` -> `Error: bad syntax` - `Goodnight and good luck` -> `Bye`
fox.cpp (1):
Fix lineLimitReader.Read receiver type and add test for the limit
Шипицын Анатолий (1):
Add SIZE extension when MaxMessageBytes not set