-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
133 lines (74 loc) · 2.22 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Flask-Mail2 Changelog
====================
Here you can see the full list of changes between each Flask-Mail2 release.
Version 1.0.2
-------------
Released September 21 2023
- Change README to markdown. The RST format is no longer supported for release.
Version 1.0.1
-------------
Released September 20 2023
- Fix typos
- Filter None values from recipients on Message.send_to() #153
- Add tips for email configuration #151
- Update styling
Version 1.0.0
-------------
Released August 20 2023
- Clone of Flask-mail
Version 0.9.1
-------------
Released September 28 2014
- Add an option for force ASCII file attachments
- Fix `force_text` function
- Fix some Python 3 support regarding email policy
- Added support ESMTP options
- Fixed various unicode issues related to message attachments, subjects, and email addresses
Version 0.9.0
-------------
Released June 14 2013
- Added initial Python 3 support
Version 0.8.2
-------------
Released April 11 2013
- Removed annoying stray print statement
Version 0.8.1
-------------
Released April 04 2013
- Fixed a bug with the new state object
Version 0.8.0
-------------
Released April 03 2013
- Fixed a bug with duplicate recipients
- Changed configuration options to be less confusing
- General API clean as things were happening in a few different places
Version 0.7.6
-------------
Released March 11 2013
- Fix bug with cc, and bcc fields not being lists
Version 0.7.5
-------------
Released March 03 2013
- Fix bug with non-ascii characters in email address
- MAIL_FAIL_SILENTLY config value defaults to False
- Bcc header no longer set as some mail servers forward it to the recipient
Version 0.7.4
-------------
Released November 20th 2012
- Allow messages to be sent without a body
Version 0.7.3
-------------
Released September 27th 2012
- Add extra_headers to Message class
Version 0.7.2
-------------
Released September 16th 2012
- Add __str__ method to Message class
- Add message character set option which defaults to utf-8
Version 0.7.1
-------------
Released September 5th 2012
- Date and message ID headers specified
Version 0.7 and prior
---------------------
Initial development by Dan Jacob and Ron DuPlain. Previously there was not a change log.