Drew Raines

Results 29 comments of Drew Raines

Hi Pepijin! I use `:body` because that's the RFC822-ish way to refer to whatever is not part of the headers. When I switch to MIME context I begin thinking in...

Thanks @oysteinjakobsen! I've wanted better envelope support but hadn't done it. Couple of thoughts. I'm not sure I like implementing it in `make-jmessage`. I think it should really return a...

You probably have two-factor auth enabled on your account. Can you try enabling app passwords in your Google account and create one for using Gmail through SMTP?

I took a look at this and it's hard to fix without also addressing :joy::joy: what I think is a design mistake in swallowing address exceptions during message creation. We...

Yes, that is a documentation bug. Clojure previously used #^{} for metadata.

Ugh! You're right. This is due to a contribution that I didn't vet too well, and reveals a lack of test coverage. Let me work on fixing.

After looking at it further and trying it myself, there doesn't seem to be an issue there. Can you give me a failing test case?

Sorry! Didn't know there was a misunderstanding of the meta usage. :-) It may not be common, but as a library it shouldn't dictate what people do. Perhaps you have...

I'm not able to reproduce this. Is it still a problem?