-
Notifications
You must be signed in to change notification settings - Fork 85
/
CHANGES
81 lines (46 loc) · 1.32 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
2.0.5
* Add support for supplying attachments as byte arrays
2.0.4
* Jakarta Mail 1.6.5
2.0.3
* Make make-address better for constructing addresses (#77)
* Allow bcc-only emails (#91)
* MIME-encode filenames in attachements (#95)
2.0.2
* Clean up reflection warnings (#79)
2.0.1
* Use :from for From header when both :from and :sender keys are present #47
* Avoid setting 'sender:' header when :sender key included in message #46
2.0.0
* Update branching scheme
* Add debug support on SMTP session
* Support proper JavaMail SMTPS opts
1.11.4
* Support proper URLs for attachments so we're not limited to Files
* Add generic support javamail setting strings
1.11.3
* Fix infinite loop in sendmail-send
1.11.2
* Add sendmail parameter to sendmail-send
* commons-codec 1.9
* Encourage two-arg send-message
1.11.1
* Apply charset to subject
1.11.0
* Add charset support.
1.10.3
* Fix bug where nil user/pass will trigger authentication.
1.10.2
* Eliminate many instances of reflection.
1.10.1
* Don't include clojure in dependencies.
1.10.0
* Allow custom filename and description for attachments.
1.9.0
* Support custom message ID.
* Supply default, customizable user agent.
1.8.0
* Add nested multipart support.
* Allow explicit content-type.
1.7.2
* Remove dependency on org.clojure.contrib/repl-utils 1.3.0-alpha4.