We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fb0ae commit a369dc3Copy full SHA for a369dc3
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.4.4 2025-03-24
4
+
5
+* Quote address name when needed #190
6
+* Encode address name when needed #189
7
+* Fix infinite loop with invalid parameters #187
8
+* Fix parsing of multiple recipients #
9
+* Fix get_html/1 to correctly handle multiple parameters in the content-type header #186
10
11
## 0.4.3 2024-11-15
12
13
* Update header parsing to decode encoded words after parsing the header (RFC 2047) https://github.com/DockYard/elixir-mail/pull/181
mix.exs
@@ -2,7 +2,7 @@ defmodule Mail.Mixfile do
use Mix.Project
@source_url "https://github.com/DockYard/elixir-mail"
- @version "0.4.3"
+ @version "0.4.4"
def project do
[
0 commit comments