forked from aspineux/pyzmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
68 lines (51 loc) · 1.73 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# "releases" from FelixSchwarz fork
2020-08-26 pyzmail-1.0.6
generate.py:
- can set content_id via EmbeddedFile.from_fp()
# ---------------------------------------------------
2015-xx-xx pyzmail-1.0.4
all:
- remove trailing white spaces in all sources and doc files
generate.py:
- header values can be email.header.Header instances (or unicode)
pyzsendmail:
- fix: binary attachments truncated on Windows
- fix: It is now possible to specify a path including a ':' in -a and -e
options by adding a trailing ':'
2014-05-30 pyzmail-1.0.3
all:
- upgarde distribute_setup.py up to 0.6.49, to see if it work better with python 3.4
not tested
2013-07-07 pyzmail-1.0.2
parse.py:
- fix a bug: AttributeError: 'str' object has no attribute 'get_content_type'
File "parse.py" line 333, in _search_message_content
when parsing a badly formated 'multipart' email
thanks to lyeph
2013-05-05 pyzmail-1.0.1
parse.py:
- fix: "parse.py filename" raise an error, PyzMessage
don't accept a <file> as argument.
2013-01-03 pyzmail-1.0.0
generate:
python3.x function smtp.login() require string
documentation:
- gmail server require 'tls' mode for sending
2011-09-16 pyzmail-0.9.9
pyzsendmail:
- small bug about arg_charset
2011-09-13 pyzmail-0.9.8
all:
- support for python 3.2
- added tests module
- some documentation cosmetic
pyzsendmail:
- removed a old debug message (print)
- return 0 for success, 1 for error, 2 for failed addresses
generate:
- Message-ID instead of Messsage-ID with 3 's'
- add support for free header fields
parse:
- PzMessage renamed into PyzMessage, PzMessage is now deprecated
2011-08-21 pyzmail-0.9.0
- first release