We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SmtpCommandException.cs, line 155, does Mailbox.ToString () during GetObjectData but the Mailbox property is not always assigned.
Mailbox.ToString ()
GetObjectData
Mailbox
The text was updated successfully, but these errors were encountered:
Ah, good catch, thanks! I'll fix this momentarily
Sorry, something went wrong.
Only serialize the Mailbox property of SmtpCommandExtension if it is …
d929c09
…non-null Fixes bug #148
Fixed :-)
Excellent, thank you very much! :)
No branches or pull requests
SmtpCommandException.cs, line 155, does
Mailbox.ToString ()
duringGetObjectData
but theMailbox
property is not always assigned.The text was updated successfully, but these errors were encountered: