Skip to content

Releases: arcage/crystal-email

v0.2.3: Bug fix

10 Jan 11:11
c278e15
Compare
Choose a tag to compare
v0.2.3: Bug fix Pre-release
Pre-release
  • Fix problem with multibyte mailbox name encoding.
  • Fix encoded header size calculation.

v0.2.2: Bug fix

25 Dec 03:00
239201a
Compare
Choose a tag to compare
v0.2.2: Bug fix Pre-release
Pre-release
  • Fix invalid header body encoding when including both of the multibyte chars and the white spaces.

v0.2.1: fix content check error

01 Oct 13:55
Compare
Choose a tag to compare
Pre-release
  • fix an error occurred when email includes only html message.
  • add connection_interval argument to Sender#start (default: 200 [ms])

v0.2.0: Add concurrent sending

26 Jul 05:26
Compare
Choose a tag to compare
Pre-release
  • add EMail::Sender object to send messages concurrently.
  • add log_io option to EMail.send and other method to change log output.

...and some internal optimizations.

v0.1.8: Remove unnecessary base64 encoding for text message.

19 Jul 04:54
Compare
Choose a tag to compare

Now, plain text message and html message will be encoded only when they have non-ascii characters or lines that is 999 bytes or longer.

v0.1.7: Bug fix

19 Jul 00:16
Compare
Choose a tag to compare
v0.1.7: Bug fix Pre-release
Pre-release
  • Tentatively fix a problem when message body has line including only "."

v0.1.6: add HTML e-Mail support

12 Jul 07:10
Compare
Choose a tag to compare
Pre-release

Changes from v0.1.3

  • fix problems with STARTTLS
  • add AUTH LOGIN support
  • add HTML e-mail support

v0.1.3: Merge pull request #5 from arcage/work

06 Feb 02:56
Compare
Choose a tag to compare
crystal 0.20.3