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