Closed
Bug 124859
Opened 24 years ago
Closed 23 years ago
Inconsistent returned "PreferMailFormat" values
Categories
(MailNews Core :: LDAP Integration, defect)
MailNews Core
LDAP Integration
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: john.marmion, Assigned: john.marmion)
Details
Attachments
(1 file, 2 obsolete files)
|
3.09 KB,
patch
|
Details | Diff | Splinter Review |
OpenOffice.org(OOo) uses Mozilla's AB Query implementation. When the Mozilla
attribute "PreferMailFormat" is accessed from a mork database, the values "0",
"1" or "2" are returned. When an LDAP Directory Server supporting this attribute
is accessed, the returned values are "true" or "false".
Mozilla itself does not have this problem because it never requests individual
properties, it always requests an nsIAbCard interface which it uses to fetch the
values. On the other-hand OOo is requesting the properties without using the
nsIAbCard interface. This problem was highlighted following the fix for bug
#119331
I hope to attach a patch for this bug soon.
| Assignee | ||
Updated•24 years ago
|
Summary: Inconsistent returned xMozillaPreferredMailFormat values → Inconsistent returned "PreferMailFormat" values
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
John, since you have the patch do you want to take this bug.
| Assignee | ||
Comment 4•24 years ago
|
||
Taking ownership of this and will press aheadd for a review.
Assignee: srilatha → john.marmion
Status: ASSIGNED → NEW
| Assignee | ||
Comment 5•23 years ago
|
||
no content change but keep patch up-to-date with head
Attachment #68884 -
Attachment is obsolete: true
Comment 6•23 years ago
|
||
Comment on attachment 90238 [details] [diff] [review]
keep patch up-to-date with head
It's not entirely clear to me what's going on here. Can you add some comments
to the code to help clear that up? Also, be sure to add your name to the
Contributors list in the license boilerplate at the top of the file.
Attachment #90238 -
Flags: needs-work+
| Assignee | ||
Comment 7•23 years ago
|
||
Finally responding to Dan's initial look at this and hoping the comments
clarify the reasoning behind this request.I will re-submit this for review.
Attachment #90238 -
Attachment is obsolete: true
| Assignee | ||
Comment 8•23 years ago
|
||
I am going to mark this as "WONTFIX". The is a bug, but it is only visible from
OpenOffice.org (OOo) which integrates with Mozilla's Address Book. OOo accessed
the card properties by requesting individual properties and then getting the
value. Mozilla on the other hand uses the "card:nsIAbCard" interface and thus
individual card properties can be retreived from there. OOo is now going to
request the card properties using the same interface thus ensuring that this
code is not activated.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
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
•