From 50a6a9cdfacfa4e1aaa5a35fe8c3bc6ac114fa57 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 15 Dec 2004 20:28:09 +0000 Subject: Added parsing bounds on 'component'. --- src/mailbox.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mailbox.cpp') diff --git a/src/mailbox.cpp b/src/mailbox.cpp index a144de7b..89ede107 100644 --- a/src/mailbox.cpp +++ b/src/mailbox.cpp @@ -327,6 +327,8 @@ void mailbox::parse(const string& buffer, const string::size_type position, } } + setParsedBounds(position, position + (p - pstart)); + if (newPosition) *newPosition = position + (p - pstart); } -- cgit v1.2.3