Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimizations on Recipient Commands to avoid syntax Errors #22

Merged
merged 11 commits into from
Nov 17, 2020

Conversation

mwidev
Copy link
Contributor

@mwidev mwidev commented Jun 22, 2020

  • Changes for buf.Append(recipient) to buf.Append(recipient.Address)
    Because recipient (type of MailAddress) ToString() output like "Display Name" <mail@domain.com>
    many Mailservers dont accept this anymore
  • Displayname is only accepted in headers data
  • Bug fixing in subject encoding if subject is longer than 76 characters (Base64 must not have a line break)
  • Prevent Error 554 Too long on adding attachment when sending to some Providers

@nilnull nilnull merged commit 03aff33 into nilnull:master Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants