diff options
author | Vincent Richard <[email protected]> | 2005-03-15 17:31:26 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-03-15 17:31:26 +0000 |
commit | 4493a7f801bcbf3dff648b7f89432660ea69c2fd (patch) | |
tree | a919e8967bd7cf3a9b4565972fe3d1c59a8cc673 /src/mailboxField.cpp | |
parent | More unit tests for 'text' class. (diff) | |
download | vmime-4493a7f801bcbf3dff648b7f89432660ea69c2fd.tar.gz vmime-4493a7f801bcbf3dff648b7f89432660ea69c2fd.zip |
Fixed parsing bounds for header fields and values.
Diffstat (limited to 'src/mailboxField.cpp')
-rw-r--r-- | src/mailboxField.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailboxField.cpp b/src/mailboxField.cpp index 3fe023c0..af220c50 100644 --- a/src/mailboxField.cpp +++ b/src/mailboxField.cpp @@ -66,6 +66,8 @@ void mailboxField::parse(const string& buffer, const string::size_type position, delete (parsedAddress); + getValue().setParsedBounds(position, end); + setParsedBounds(position, end); if (newPosition) |