New test.
[mono.git] / mcs / class / System / System.Net.Mail / ChangeLog
1 2006-09-28  Andrew Skiba  <andrews@mainsoft.com>
2
3         * SmtpClient.cs: TARGET_JVM
4
5 2006-03-11  Miguel de Icaza  <miguel@novell.com>
6
7         * MailAddress.cs: Comment out unused field to remove warning. 
8
9 2006-1-13  John Luke  <john.luke@gmail.com>
10
11         * MailMessage.cs: add [MonoTODO] for FormatException in ctor,
12         throw ArugmentNullException's from the ctors,
13         add internal BodyContentType property,
14         change BodyEncoding to use BodyContentType,
15         change IsBodyHtml to use BodyContentType,
16         * SmtpClient.cs: set timeout initially to 100000,
17         don't throw ArgumentOutOfRangeException when Timeout = 0,
18         add [MonoTODO] for set_host, and throw Exceptions for it,
19         add [MonoTODO] for UseDefaultCredentials,
20         get messageContentType from the message,
21         use "127.0.0.1" for Host and 25 for Port
22         if host or port is not specified until reading
23         them from the configuration files is done
24
25 2006-1-02  John Luke  <john.luke@gmail.com>
26
27         * DeliveryNotificationOptions: fix value of Delay
28         
29 2005-12-26  John Luke  <john.luke@gmail.com>
30
31         * AttachmentCollection.cs: mark sealed
32         * DeliveryNotificationOptions.cs: fix values
33         
34 2005-12-25  John Luke  <john.luke@gmail.com>
35
36         * SmtpStatusCode.cs: OK > Ok
37         * AttachmentBase.cs: ContentID > ContentId,
38         add set_ContentType
39         * AlternateViewCollection.cs: remove destructor,
40         make default ctor internal
41         * MailMessage.cs: add default ctor,
42         remove destructor
43         * Attachment.cs: add (string, string) ctor,
44         add set_NameEncoding
45         * LinkedResourceCollection.cs: remove destructor,
46         make default ctor internal
47         * AttachmentCollection.cs: mark Dispose virtual,
48         add ISerializable, make default ctor internal
49
50 2005-12-24  John Luke  <john.luke@gmail.com>
51
52         * LinkedResource.cs: new File
53         * AttachmentBase.cs: new File
54         * MailPriority.cs: new File
55         * AlternateViewCollection.cs: new File
56         * DeliveryNotificationOptions.cs: new File
57         * SmtpFailedRecipientException.cs: new File
58         * AlternateView.cs: new File
59         * LinkedResourceCollection.cs: new File
60         * MailMessage.cs: add some missing properties, update API for 2.0 final 
61         * Attachment.cs: inherit from AttachmentBase, update API for 2.0 final
62         * MailAddress.cs: fix ToString, override Equals and GetHashCode
63         * SmtpFailedRecipientsException.cs: use SmtpFailedRecipientException
64         * SmtpException.cs: add [Serializable], ISerializable
65         * MailAddressCollection.cs: inherit from Collection<MailAddress>
66         * AttachmentCollection.cs: inherit from Collection<Attachment>
67         * SmtpAccess.cs: add missing value
68         * SmtpClient.cs: update for 2.0 final API
69         * SmtpStatusCode.cs: add missing value
70 2005-12-24  John Luke  <john.luke@gmail.com>
71
72         * MailMessage.cs: use text/plain by default,
73         patch by Andy Waddell <awaddell@fnfr.com>,
74         fixes bug #76972
75
76 2005-12-22  John Luke  <john.luke@gmail.com>
77
78         * SmtpClient.cs: remove use of TransferEncodings that
79         no longer exist in .net 2 final API
80         
81 2005-12-14  Chris Toshok  <toshok@ximian.com>
82
83         * SmtpDeliveryMethod.cs: new enum.
84
85 2004-09-10  Tim Coleman <tim@timcoleman.com>
86         * SmtpClient.cs SmtpFailedRecipientsException.cs:
87                 Add failed recipient exception handling.
88
89 2004-09-09  Tim Coleman <tim@timcoleman.com>
90         * AttachmentCollection.cs MailAddressCollection.cs:
91                 New classes
92         * Attachment.cs: Set content string
93         * MailMessage.cs: Use new collection classes
94         * SmtpClient.cs: Lots of MIME cleanup
95
96 2004-09-08  Tim Coleman <tim@timcoleman.com>
97         * Attachment.cs: Add SetContentFromFile methods
98         * MailMessage.cs: Add MIME-Version header
99         * SmtpClient.cs: Add some attachment handling.
100
101 2004-09-04  Tim Coleman <tim@timcoleman.com>
102         * Attachment.cs MailAddress.cs MailMessage.cs SendCompletedEventHandler.cs
103         * SmtpAccess.cs SmtpClient.cs SmtpException.cs SmtpStatusCode.cs:
104                 New class stubs for 2.0