jhickner / smtp-mail

Making it easy to send SMTP email from Haskell
BSD 3-Clause "New" or "Revised" License
75 stars 32 forks source link

does the Response type actually get used anywhere? #16

Open mwotton opened 8 years ago

mwotton commented 8 years ago

I'd like more information about what went wrong in the case of errors, but i can't see any code that actually uses the Response type, or lets you convert a ReplyCode to a Response.