forked from maros/Mail-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
executable file
·143 lines (122 loc) · 4.23 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
132
133
134
135
136
137
138
139
140
141
142
143
Revision history for Perl module Mail::Builder
2.07 Sun Oct 30 2011
- IMPROVED
- Make Email::Valid validation customizable (RT72020 by Mark S Davis)
2.06 Wed Oct 26 2011
- IMPROVED
- Rename M::B::Role::TypeConstraints -> M::B::TypeConstraints
- Add date headers (RT71939 by Daniel J McDonald)
2.05 Sun Dec 12 2010
- CORRECTED
- Fix to/cc/bcc accessors and constructor options
2.04 Sat Oct 16 2010
- CORRECTED
- Fix windows test failures (again)
- Fix test failures due to low Email::MessageID version
- Fix documentation typos
- IMPROVED
- Better examples
- Use Moose native traits where possible
2.03 Tue Oct 5 2010
- CORRECTED
- Fix windows test failures
- Fix test failures due to missing Net::Domain::TLD
2.02 Fri Oct 1 2010
- CORRECTED
- Add missing dependeny
- Make now works with perl 5.8
2.00,2.01 Wed Sep 29 2010
- IMPROVED
- Ported to Moose
- Email::MessageID is generated each time 'build_message' is called
- Predicate methods to check if a value has been set (e.g. has_organization)
- Clearer method to unset a value (e.g. clear_organization)
- Mail::Builder::Image can now work with Filehandles, Paths and in-memory data
- Mail::Builder::Attachment can now work with Filehandles, Paths and in-memory data
- Add support for Email::Address
- Mail::Builder::Address now has a 'comment' field/accessor
- Better param validation
- Better handling of autogenerated plaintext parts
- CHANGED:
- Deprecated Mail::Builder::Image::File
- Deprecated Mail::Builder::Image::Data
- Deprecated Mail::Builder::Attachment::File
- Deprecated Mail::Builder::Attachment::Data
- Renamed 'has' method in Mail::Builder::List to 'contains'
1.16 Sat Mar 13 2010
- CORRECTED
- Fixed test failures on some hosts
- Fixed bug on perl 5.8
1.13,1.14,1.15 Sat Mar 6 2010
- IMPROVED
- Make Mail::Builder::Image an abstract class;
- Add Mail::Builder::Image::Data and Mail::Builder::Image::File classes
- CORRECTED
- Documentation typos and wrong examples
- RT55258 Message ID
- RT40953 Makefile dependency missing
- Some dist housekeeping
1.12 Mon Jun 2 2008
- IMPROVED
- added autotext option
- documentation
- accessor to set the mailer
1.11 Mon Jun 2 2008
- IMPROVED
- sender address accessor
- documentation
- CORRECTED
- Pod for M::B::Attachment
1.10 Tue May 13 2008
- CHANGED
- Only support for utf-8 charset
- CORRECTED
- non ascii characters in the header will be properly encoded
- IMPROVED
- Lazy/runtime loading of rarely used modules (require in
code instead of use)
- Mail::Builder::Image now creates nicer image IDs
- Convert HTML tables to text tables with Text::Table
1.09 Tue May 6 2008
- IMPROVED
- Improved handling of '<a href="..">' tags in text conversion
- Switched to Module::Install
- Multipart parts now specify Encoding = 'binary'
- Additional tests
- CORRECTED
- Fixed bug in item list removal
1.08 Wed Feb 21 2008
- CORRECTED
- Fixed broken metayaml test
1.07 Wed Feb 20 2008
- CHANGED
- Slightly changed behavior of to,cc,bcc,attachment and image accessors
- IMPROVED
- Documentation
- CORRECTED
- Repaired broken deps
1.05 Mon Feb 11 2008
- CHANGED
- Split M::B::Attachment into M::B::Attachment::File and M::B::Attachment::Data
- IMPROVED
- Additional M::B::List utility methods
- Better documentation
1.04 Mon Nov 19 2007
- CORRECTED
- Makefile.pm
- META.yml
1.03 Mon Nov 19 2007
- CORRECTED
- META.yml
- CHANGED
- custom mime type recognition: Now uses MIME::Types
1.02 Mon Oct 22 2007
- IMPROVED
- updated documentation
1.01 Sun Oct 14 2007
- IMPROVED
- updated META.yml and documentation
- CORRECTED
- Included some files necessary for testing
1.00 Sun Oct 7 2007
- original version; created by ExtUtils::ModuleMaker 0.49