Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Net.Mail « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ac0e791d39fbf30cd8811e32eb9d93f96c7e320 (plain)
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
2006-1-02  John Luke  <john.luke@gmail.com>

	* DeliveryNotificationOptions: fix value of Delay
	
2005-12-26  John Luke  <john.luke@gmail.com>

	* AttachmentCollection.cs: mark sealed
	* DeliveryNotificationOptions.cs: fix values
	
2005-12-25  John Luke  <john.luke@gmail.com>

	* SmtpStatusCode.cs: OK > Ok
	* AttachmentBase.cs: ContentID > ContentId,
	add set_ContentType
	* AlternateViewCollection.cs: remove destructor,
	make default ctor internal
	* MailMessage.cs: add default ctor,
	remove destructor
	* Attachment.cs: add (string, string) ctor,
	add set_NameEncoding
	* LinkedResourceCollection.cs: remove destructor,
	make default ctor internal
	* AttachmentCollection.cs: mark Dispose virtual,
	add ISerializable, make default ctor internal

2005-12-24  John Luke  <john.luke@gmail.com>

	* LinkedResource.cs: new File
	* AttachmentBase.cs: new File
	* MailPriority.cs: new File
	* AlternateViewCollection.cs: new File
	* DeliveryNotificationOptions.cs: new File
	* SmtpFailedRecipientException.cs: new File
	* AlternateView.cs: new File
	* LinkedResourceCollection.cs: new File
	* MailMessage.cs: add some missing properties, update API for 2.0 final 
	* Attachment.cs: inherit from AttachmentBase, update API for 2.0 final
	* MailAddress.cs: fix ToString, override Equals and GetHashCode
	* SmtpFailedRecipientsException.cs: use SmtpFailedRecipientException
	* SmtpException.cs: add [Serializable], ISerializable
	* MailAddressCollection.cs: inherit from Collection<MailAddress>
	* AttachmentCollection.cs: inherit from Collection<Attachment>
	* SmtpAccess.cs: add missing value
	* SmtpClient.cs: update for 2.0 final API
	* SmtpStatusCode.cs: add missing value
2005-12-24  John Luke  <john.luke@gmail.com>

	* MailMessage.cs: use text/plain by default,
	patch by Andy Waddell <awaddell@fnfr.com>,
	fixes bug #76972

2005-12-22  John Luke  <john.luke@gmail.com>

	* SmtpClient.cs: remove use of TransferEncodings that
	no longer exist in .net 2 final API
	
2005-12-14  Chris Toshok  <toshok@ximian.com>

	* SmtpDeliveryMethod.cs: new enum.

2004-09-10  Tim Coleman <tim@timcoleman.com>
	* SmtpClient.cs SmtpFailedRecipientsException.cs:
		Add failed recipient exception handling.

2004-09-09  Tim Coleman <tim@timcoleman.com>
	* AttachmentCollection.cs MailAddressCollection.cs:
		New classes
	* Attachment.cs: Set content string
	* MailMessage.cs: Use new collection classes
	* SmtpClient.cs: Lots of MIME cleanup

2004-09-08  Tim Coleman <tim@timcoleman.com>
	* Attachment.cs: Add SetContentFromFile methods
	* MailMessage.cs: Add MIME-Version header
	* SmtpClient.cs: Add some attachment handling.

2004-09-04  Tim Coleman <tim@timcoleman.com>
	* Attachment.cs MailAddress.cs MailMessage.cs SendCompletedEventHandler.cs
	* SmtpAccess.cs SmtpClient.cs SmtpException.cs SmtpStatusCode.cs:
		New class stubs for 2.0