Closed
Bug 235631
Opened 21 years ago
Closed 21 years ago
import of ldif ab from 4.x doesn't handle multi-line addresses
Categories
(MailNews Core :: Import, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
Attachments
(2 files)
3.03 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
2.48 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
If you export to ldif a 4.x multi-line AB, which generates line1<CRLF>line2, and
then import the ldif into Mozilla, you get a single line address field,
line1,line2. patch upcoming.
Assignee | ||
Comment 1•21 years ago
|
||
split fields with CRLF in the middle.
Assignee | ||
Updated•21 years ago
|
Attachment #142272 -
Flags: superreview?(mscott)
Assignee | ||
Comment 2•21 years ago
|
||
need second fix for 4.x ab import - that code is just for ldif import :-(
Assignee | ||
Comment 3•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #142274 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #142272 -
Flags: superreview?(mscott) → superreview+
Updated•21 years ago
|
Attachment #142274 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 4•21 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•