drewr / postal

Clojure email support
MIT License
586 stars 85 forks source link

Support using make-address to build a message. #77

Closed tuscland closed 7 years ago

tuscland commented 7 years ago

The main use case is to support the 3 args version of make-address, thus allowing to better validate an e-mail display-name. Sending an e-mail with characters like < or > is now posssible because InternetAddress takes care of properly quoting the display-name (aka personal name).

lsnape commented 7 years ago

Changes LGTM. Other than the conflicts is there anything preventing this from being merged into master?

tuscland commented 7 years ago

I solved the conflicts, is it possible to merge this into master? Thanks!

drewr commented 7 years ago

So sorry for the delay @tuscland!

tuscland commented 7 years ago

No worries, it's much appreciated, thanks!