From 32a80f6c1ed501ceb2e1d7613dcdcce6cdf6fe23 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 11 Mar 2013 10:05:09 +0100 Subject: Fixed mailbox and mailbox group parsing. Added unit tests. --- src/mailboxField.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailboxField.cpp') diff --git a/src/mailboxField.cpp b/src/mailboxField.cpp index 1f11f49c..4eb9d734 100644 --- a/src/mailboxField.cpp +++ b/src/mailboxField.cpp @@ -52,7 +52,7 @@ void mailboxField::parse // Here, we cannot simply call "m_mailbox.parse()" because it // may have more than one address specified (even if this field // should contain only one). We are never too much careful... - ref
parsedAddress = address::parseNext(ctx, buffer, position, end, newPosition); + ref
parsedAddress = address::parseNext(ctx, buffer, position, end, newPosition, NULL); if (parsedAddress) { -- cgit v1.2.3