[Gambas-devel-svn] SF.net SVN: gambas:[7239] gambas/trunk/comp/src
Brought to you by:
gambas
From: <ga...@us...> - 2015-08-25 16:44:40
|
Revision: 7239 http://sourceforge.net/p/gambas/code/7239 Author: gambas Date: 2015-08-25 16:44:39 +0000 (Tue, 25 Aug 2015) Log Message: ----------- [GB.NET.SMTP] * NEW: SmtpClient.MessageId is a new property that allows to define the 'Message-ID' header of the mail. * NEW: SmtpClient.InReplyTo is a new property that allows to define the 'In-Reply-To' header of the mail. It defines the 'References' header as well with the same value. * NEW: SmtpClient.AddHeader() is a new method to add a custom specific header to the mail. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.smtp/.component gambas/trunk/comp/src/gb.net.smtp/.info gambas/trunk/comp/src/gb.net.smtp/.project gambas/trunk/comp/src/gb.net.smtp/.src/Main.module gambas/trunk/comp/src/gb.net.smtp/.src/SmtpClient.class gambas/trunk/comp/src/gb.net.smtp/.startup gambas/trunk/comp/src/gb.web/.component gambas/trunk/comp/src/gb.web/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |