changeset 1329:41f1febdeacf

upgrade package vmime
author Mark Brand <mabrand@mabrand.nl>
date Wed, 20 Oct 2010 13:12:30 +0200
parents 754f3464bc1a
children cfc07e8ad038
files src/vmime-1-fastforward.patch
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/vmime-1-fastforward.patch	Tue Oct 19 20:33:50 2010 +0200
+++ b/src/vmime-1-fastforward.patch	Wed Oct 20 13:12:30 2010 +0200
@@ -18421,3 +18421,25 @@
  
  Please apologize if I have forgotten someone here.  ;)
  See SVN Changelog for full list.
+
+commit accc75399541bcaff0a8c7c4bd282370be9ca494
+Author: vincent-richard <vincent-richard@5301114d-f842-0410-bbdd-996ee0417009>
+Date:   Wed Oct 20 09:37:39 2010 +0000
+
+    Return failed email address in exception for RCPT TO.
+    
+    git-svn-id: https://vmime.svn.sourceforge.net/svnroot/vmime/trunk@572 5301114d-f842-0410-bbdd-996ee0417009
+
+diff --git a/src/net/smtp/SMTPTransport.cpp b/src/net/smtp/SMTPTransport.cpp
+index 71f166b..204daae 100644
+--- a/src/net/smtp/SMTPTransport.cpp
++++ b/src/net/smtp/SMTPTransport.cpp
+@@ -583,7 +583,7 @@ void SMTPTransport::send(const mailbox& expeditor, const mailboxList& recipients
+ 		if ((resp = readResponse())->getCode() != 250)
+ 		{
+ 			internalDisconnect();
+-			throw exceptions::command_error("RCPT TO", resp->getText());
++			throw exceptions::command_error("RCPT TO", resp->getText(), mbox.getEmail());
+ 		}
+ 	}
+