dmurvihill/courier

0.1.1 not available on bintray for 2.10

Closed this issue · 4 comments

Any chance you can push 0.1.1 for 2.10 on bintray? It's only currently available to 2.9.3.

Cheers,

Rowland

agh! After, apparently after 120 hours you can no longer deploy artifacts. You have 2 options.

  1. scala 2.9.3 should be binary compatible with 2.10 so you could try
libraryDependencies += "me.lessis" % "courier_2.9.3" % "0.1.1"
  1. I can publish a new patch version 0.1.2 tonight for both

I'd actually prefer option 2 as a user but technically nothings changed between 0.1.1 and 0.1.2 :)

Let me know and I'll do this tonight

Cool, thanks - option 2) sounds good - I've also made a rough pull request that adds attachBytes for arbitrary byte arrays - I'll be throwing things like the output from jasper reports through courier.

BTW, is it mandatory to use @ between the username and the domain of the email address? A lot of the email addresses that I use will be pulled from a database...

  1. yea thanks! I'll merge it tonight and cut a release ( for both scala versions this time ! )
    2 ) nope. totally optional. This was just for convenience of creating InternetAddress objects in a more flexible way. All interfaces actually take the type java mail expects javax.mail.internet.InternetAddress. The @ was for convenience. Sometimes I regret convenience later, hence my commit message here :) In any case someone was kind enough to submit a patch for alternatives like "name@host.com".addr

Closing this. 0.1.2 is now published for both