Closed
Bug 235631
Opened 22 years ago
Closed 22 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•22 years ago
|
||
split fields with CRLF in the middle.
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #142272 -
Flags: superreview?(mscott)
![]() |
Assignee | |
Comment 2•22 years ago
|
||
need second fix for 4.x ab import - that code is just for ldif import :-(
![]() |
Assignee | |
Comment 3•22 years ago
|
||
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #142274 -
Flags: superreview?(mscott)
![]() |
||
Updated•22 years ago
|
Attachment #142272 -
Flags: superreview?(mscott) → superreview+
![]() |
||
Updated•22 years ago
|
Attachment #142274 -
Flags: superreview?(mscott) → superreview+
![]() |
Assignee | |
Comment 4•22 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•