We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db807b commit 0a1a51bCopy full SHA for 0a1a51b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.4.3 2024-11-15
4
+
5
+* Update header parsing to decode encoded words after parsing the header (RFC 2047) https://github.com/DockYard/elixir-mail/pull/181
6
+* Refactor RFC2822 datetime parser and assume unknown named timezones are UTC https://github.com/DockYard/elixir-mail/pull/183
7
8
## 0.4.2 2024-10-24
9
10
* Encoded strings that are not valid UTF-8 are now decoded to binary (as-is) rather than raising an error
mix.exs
@@ -2,7 +2,7 @@ defmodule Mail.Mixfile do
use Mix.Project
@source_url "https://github.com/DockYard/elixir-mail"
- @version "0.4.2"
+ @version "0.4.3"
def project do
[
0 commit comments