multi-line fields are not parsed correctly

Bug #806450 reported by Timo Kluck
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Postler
New
Undecided
Unassigned

Bug Description

Multi-line fields are not parsed correctly: a field like

to: name <name@email>, other_name
 <other_name@email>

is parsed twice: once as just the initial part

to: name <name@email>, other_name

and once more completely

to: name <name@email> other_name <name@email>

I've fixed it in my branch; see postler/postler-message.vala in this revision: http://bazaar.launchpad.net/~tkluck/postler/contact-parsing/revision/895.

I found this while fixing another bug. As a result, the two fixes are in a single branch. Hope that you can still easily review the code.

Related branches

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.