2005-06-08 Ilya Kharmatsky * 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 * SmtpClient.cs: * SmtpStream.cs: removed warnings. 2005-01-28 Lluis Sanchez Gual * Base64AttachmentEncoder.cs: Fixed warning. 2004-10-27 Sanjay Gupta * SmtpClient.cs: Fix for bug 68829. 2004-08-27 Sanjay Gupta * MailMessageWrapper.cs: Added a comment to add Date header. * SmtpClient.cs: Updated functionality to add RelatedBodyPart to MIME message. 2004-08-26 Sanjay Gupta * SmtpClient.cs: Added functionality to add RelatedBodyPart to MIME message. 2004-08-25 Sanjay Gupta * 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 * MailEncoding.cs: * MailFormat.cs: * MailPriority.cs: Added NET_2_0 attribute. 2004-08-18 Sanjay Gupta * MailMessage.cs: Added new property RelatedBodyParts. * RelatedBodyPart.cs: Added new file. 2004-08-10 Gonzalo Paniagua Javier * 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 * 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 * MailMessage.cs: added Fields property. 2003-11-20 Gonzalo Paniagua Javier * 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 * 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 * MailUtil: Added for some functions that didnt fit in other classes 2003-03-06 Per Arneng * MailMessageWrapper: Added to get at more advanced mail message 2003-02-23 Per Arneng * 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 * SmtpMail.cs: i don't wanna see that warning :-). 2002-04-26 Lawrence Pit * MailAttachment.cs: Implemented * MailEncoding.cs: Implemented * MailFormat.cs: Implemented * MailMessage.cs: Implemented * MailPriority.cs: Implemented * SmtpMail.cs: Stubbed