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