| 12345678910111213141516171819202122232425262728293031323334353637 |
- 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
- * 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 <[email protected]>
- * MailUtil: Added for some functions that didnt fit in other classes
-
- 2003-03-06 Per Arneng <[email protected]>
- * MailMessageWrapper: Added to get at more advanced mail message
-
- 2003-02-23 Per Arneng <[email protected]>
- * 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 <[email protected]>
- * SmtpMail.cs: i don't wanna see that warning :-).
- 2002-04-26 Lawrence Pit <[email protected]>
- * MailAttachment.cs: Implemented
- * MailEncoding.cs: Implemented
- * MailFormat.cs: Implemented
- * MailMessage.cs: Implemented
- * MailPriority.cs: Implemented
- * SmtpMail.cs: Stubbed
|