Added RedirectUsingNamedRoute
[castle.git] / Components / EmailSender / Changes.txt
blob114421fee1fb6e9de3961527cabf7aae7f62e1a2
1 1.0\r
2 ---\r
3 \r
4 - Applied Jan Limpens' patch adding support for inline attachments\r
5 \r
6 \r
7 Nov 5th, 2006\r
8 -------------\r
9 \r
10 - Applied sradack's patch.\r
11 - Refactored implementation to have just one project\r
12 - Removed EmailSender2, DotNet2Sender, MockSender, MockSender2, SmtpEmailSender and Tests\r
15 Oct 19, 2006\r
16 ------------\r
18 - Fixed a bug in the System.Net.Mail (.NET 2.0) version of the SmtpSender, regarding empty CC and BCC fields.\r
19 - Also added some new configurable functionality for .NET 2.0:\r
20   Ability to send emails asyncronously (AsyncSend property);\r
21   Configurable SMTP port (Port property);\r
22   Configurable timeout for syncronous send (Timeout property);\r
24 6/6/2006\r
25 - Applied Ernst Naezer patch fixing problem when cc / bcc fields were null\r
27 2/2/2006\r
29 - Added .Net 2.0 Support for the original EmailSender\r
30 - Added a new .Net 2.0 specific EmailSender interface.\r
31 - - .Net 2.0 does not have a Fields Property\r
32 - Added a MockSender for the EmailSender2 component\r
33 - EmailSender2 has an optional parameter for the config file: Port which takes an integer.\r
36 Alpha Version 1.0.0\r
37 - First release\r
39 Future modifications - after the first release - shall be tracked in this file\r
41 10.22.2005 - Added Authentication Features\r
42 - Added a Fields property that maps to the MailMessage Fields property\r
43 - Added public void AddAuthentication(string username, string password)