-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
53 lines (41 loc) · 1.01 KB
/
CHANGELOG.txt
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
StrudelPy Change Log
0.4.1
-----------
Fix Content-ID to use the right cid value (minus file extension)
Add X-Attachment-Id header for embedded images
0.4.0
-----------
Fix CC and BCC not being sent correctly
0.3.9
-----------
Resolve issues when using the Email class to send with attachments via Gmail API.
0.3.8
-----------
Better default handling of TLS.
TLS version can be set on input along side a context handler to configure the SSLContext.
0.3.7
-----------
Bug fix - sent str instead of bytes
0.3.6
-----------
Configurable TLS version
0.3.4
-----------
* Fix embedded image double encoding and add content-disposition header
0.3.3
-----------
* Different strategy dealing with connect
0.3.2
-----------
* Always call connect, even when using smtp auth
0.3
-----------
* Added Python 3.x support
* Update timeout test to use a non routable ip
0.2
-----------
* Moved get_client call of SMTP account to the login() method. Makes loging in more lazy.
* Updates to README.md
0.1
-----------
* Initial Release