Difficulties with recipient parsing
Bug #804018 reported by
Timo Kluck
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Postler |
In Progress
|
Undecided
|
Unassigned |
Bug Description
Postler does not handle recipients of the form
"Kluck, T.J." <tkluck@email>
very well, because of the comma in between of the quotes. In this case, it will think that
"Kluck
and
T.J" <tkluck@email>
are the two different contact the e-mail has been sent to.
I've published a branch with some modifications to give a better behaviour in this case.
Related branches
lp://staging/~tkluck/postler/contact-parsing
Ready for review
for merging
into
lp://staging/postler
- Cris Dywan: Pending requested
-
Diff: 356 lines (+137/-99)7 files modifiedpostler/postler-bureau.vala (+1/-1)
postler/postler-contact.vala (+55/-23)
postler/postler-content.vala (+2/-2)
postler/postler-index.vala (+1/-1)
postler/postler-message.vala (+23/-14)
postler/postler-messages.vala (+54/-57)
postler/postler-recipiententry.vala (+1/-1)
Changed in postler: | |
status: | New → Confirmed |
assignee: | nobody → Christian Dywan (kalikiana) |
Changed in postler: | |
assignee: | Timo Kluck (tkluck) → nobody |
To post a comment you must log in.
There's some bugs in the branch I published that I'm trying to fix now. I've retracted my proposal to merge in the mean time. I'm sorry that I asked for a review too soon; I hope you haven't spent too much time on it yet.
I will send a new review request when I've fixed it.