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 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailAddress.cs: allow the space before '<' to be omitted.
2006-04-26 Vladimir Krasnov <vladimirk@mainsoft.com>
* SmtpClient.cs, SmtpStream.cs: Added SMTP over TLS support,
refactoring
2006-03-23 Vladimir Krasnov <vladimirk@mainsoft.com>
* SmtpMail.cs: removed TARGET_JVM part from Send method.
2006-03-23 Vladimir Krasnov <vladimirk@mainsoft.com>
* MailMessageWrapper.cs: fixed Fields property, casting to string
changed to ToString method call.
2006-01-08 Konstantin Triger <kostat@mainsoft.com>
* SmtpClient.cs, SmtpMail.cs, MailMessage.cs, MailMessageWrapper.cs,
MailAttachment.cs: TARGET_JVM changes to let the compilation
pass with csc 1.1.
2005-11-28 Chris Toshok <toshok@ximian.com>
* SmtpClient.cs: ignore warning 618 (obsolete) when compiling an
already obsolete api (in the 2.0 case).
* MailAttachment.cs: same.
* MailMessageWrapper.cs: same.
* MailMessage.cs: same.
2005-09-15 Gert Driesen <drieseng@users.sourceforge.net>
* MailPriority.cs: Marked obsolete in 2.0 profile. Fixed line endings.
* SmtpMail.cs: Added workaround message to ensure same warning is
generated as MS.NET 2.0.
* MailMessage.cs: same and fixed line endings. Set eol-style to native.
* MailEncoding.cs: same.
* MailFormat.cs: same.
* MailAttachment.cs: same.
2005-09-13 Sebastien Pouliot <sebastien@ximian.com>
* SmtpMail.cs: Added an Assert for FileIOPermission so it's possible
to send attachments (in this case MailAttachment is already protected
but doesn't open|read the file itself).
2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
* MailAttachment.cs: Added [Link|Inheritance]Demand for Minimal. Added
FileIOPermission for Read in the constructor. Added [Obsolete] in 2.0.
* MailEncoding.cs: Removed [Serializable] and added [Obsolete] in 2.0.
* MailFormat.cs: Removed [Serializable] and added [Obsolete] in 2.0.
* MailMessage.cs: Removed references to RelatedBodyParts (2.0). Added
[Link|Inheritance]Demand for Minimal. Added [Obsolete] in 2.0.
* MailMessageWrapper.cs: Removed references to RelatedBodyParts (2.0).
* MailPriority.cs: Removed [Serializable] in 2.0. No [Obsolete] ?
* SmtpClient.cs: Removed references to RelatedBodyParts (2.0).
* SmtpMail.cs: Added [Link|Inheritance]Demand for Minimal. Added
Demand for Medium on Send method.Added [Obsolete] in 2.0.
2005-06-08 Ilya Kharmatsky <ilyak-at-mainsoft.com>
* SmtpMail.cs: Added TARGET_JVM directive in Send method,
where we will use in J2EE configuration the "native" java
support for obtaining the network address of localhost.
2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* SmtpClient.cs:
* SmtpStream.cs: removed warnings.
2005-01-28 Lluis Sanchez Gual <lluis@novell.com>
* Base64AttachmentEncoder.cs: Fixed warning.
2004-10-27 Sanjay Gupta <gsanjay@novell.com>
* SmtpClient.cs: Fix for bug 68829.
2004-08-27 Sanjay Gupta <gsanjay@novell.com>
* MailMessageWrapper.cs: Added a comment to add Date header.
* SmtpClient.cs: Updated functionality to add RelatedBodyPart to
MIME message.
2004-08-26 Sanjay Gupta <gsanjay@novell.com>
* SmtpClient.cs: Added functionality to add RelatedBodyPart to
MIME message.
2004-08-25 Sanjay Gupta <gsanjay@novell.com>
* MailMessageWrapper.cs: Added NET_2_0 property and another missing
property from NET_1_1.
* RelatedBodyPart.cs: Error detection and handling.
* SmtpClient.cs: Upgraded for NET_1_1 and WIP for NET_2_0.
2004-08-18 Sanjay Gupta <gsanjay@novell.com>
* MailEncoding.cs:
* MailFormat.cs:
* MailPriority.cs: Added NET_2_0 attribute.
2004-08-18 Sanjay Gupta <gsanjay@novell.com>
* MailMessage.cs: Added new property RelatedBodyParts.
* RelatedBodyPart.cs: Added new file.
2004-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* SmtpClient.cs: multipart mails default body format is now the same as
the one used for single part mails instead of being forced to
"text/plain".
2004-02-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailMessage.cs: patch by John Luke that initialized the fields in
the message and makes Fields return the same as in MS.NET. Fixes bug
#54908.
2003-12-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailMessage.cs: added Fields property.
2003-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailMessageWrapper.cs: fixed typo that made all messages be sent as
html, even when the body is marked as text. Path by Mohammad DAMT.
Closes bug #51177.
2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailAddress.cs: return null instead of exception when the address is
empty.
* MailAddressCollection.cs: ignore null addresses.
* SmtpMail.cs: add the exception we get as inner exception so we know
where the error is.
Fixes bug #45746.
2003-03-24 Per Arneng <pt99par@student.bth.se>
* MailUtil: Added for some functions that didnt fit in other classes
2003-03-06 Per Arneng <pt99par@student.bth.se>
* MailMessageWrapper: Added to get at more advanced mail message
2003-02-23 Per Arneng <pt99par@student.bth.se>
* SmtpMail.cs: Send method now implemented (needs testing)
* SmtpClient.cs: Added to make Send work (internal class)
* SmtpException.cs: Added to make Send work (internal class)
* SmtpStream.cs: Added to make Send work (internal class)
* SmtpResponse.cs: Added to make Send work (internal class)
2002-11-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* SmtpMail.cs: i don't wanna see that warning :-).
2002-04-26 Lawrence Pit <loz@cable.a2000.nl>
* MailAttachment.cs: Implemented
* MailEncoding.cs: Implemented
* MailFormat.cs: Implemented
* MailMessage.cs: Implemented
* MailPriority.cs: Implemented
* SmtpMail.cs: Stubbed
|