genkgo / mail

Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
https://mail.readthedocs.io/
Other
402 stars 21 forks source link

Add method AbstractRecipient::fromArray() #25

Closed mpyw closed 7 years ago

mpyw commented 7 years ago

Ref. Too many constructors · Issue #24 · genkgo/mail

Concern: Should I add an explicit validation for array structures?

mpyw commented 7 years ago

AppVeyor fails...

mpyw commented 7 years ago

Fixed up and rebased