Closed
Bug 256803
Opened 21 years ago
Closed 21 years ago
MAPI SendDocuments is broken
Categories
(MailNews Core :: Simple MAPI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
|
3.71 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
MAPI SendDocuments fails because our parsing of the attachment list is broken.
MAPI SendDocuments is an alternative to MAPI SendMail, which also allows
attachments.
| Assignee | ||
Comment 1•21 years ago
|
||
I moved the code that calculates the temp dir inside the loop, so that it will
work for multiple file attachments, after we crunch the temp dir with the leaf
name. I also fixed the code that detected the end of the attachment list. Also,
I added a bit more PR Logging.
| Assignee | ||
Updated•21 years ago
|
Attachment #156944 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #156944 -
Flags: superreview?(mscott) → superreview+
| Assignee | ||
Comment 2•21 years ago
|
||
fixed on trunk and aviary branch
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
•