Skip to content

Releases: stalwartlabs/mail-builder

v0.4.0

26 Jan 14:35

Choose a tag to compare

  • Removed ludicrous feature, the Rust compiler is smart enough to optimize array lookups.

v0.3.1

02 Oct 19:12

Choose a tag to compare

v0.3.1

0.2.5

19 Jan 12:46

Choose a tag to compare

  • Quoted printable fixes

0.2.4

03 Nov 09:18

Choose a tag to compare

  • Added "Ludicrous mode" unsafe option for fast encoding.

0.2.2

31 Aug 06:54

Choose a tag to compare

  • Fix: Generate valid Message-IDs

0.2.1

02 Aug 16:06

Choose a tag to compare

  • Fixed URL serializing bug.
  • Headers are stored in a Vec instead of BTreeMap.

0.2.0

20 May 12:47

Choose a tag to compare

  • Improved API
  • Added write_to_vec and write_to_string.

0.1.3

16 Feb 08:06

Choose a tag to compare

  • Bug fixes.
  • Headers are written sorted alphabetically.
  • Improved ID boundary generation.
  • Encoding type detection for [u8] text parts.
  • Optimised quoted-printable encoding.

0.1.2

26 Jan 19:19

Choose a tag to compare

  • All functions now take impl Cow<str>.

0.1.1

25 Jan 13:56

Choose a tag to compare

  • API improvements.