Closed
Bug 539186
Opened 16 years ago
Closed 15 years ago
Is there a limit the mails I can send from MAPI?
Categories
(MailNews Core :: Simple MAPI, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: durumdara, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0
Hi!
I create some mails from my MAPI based Delphi code.
The problem that when I reach some limit (3x or 4x mails), the TDB drop a MAPI 3 error.
When I restart TDB, I can contine this while I reach this limit again...
I use SendMail.pas to send mails with attachments.
Possible is it TDB limit, or is it SendMail.pas bug?
http://www.koders.com/delphi/fidE6AFD0AC14BFAEE91223DFB7BC0E2A57A5225A8A.aspx?s=network#L294
Reproducible: Always
Comment 1•16 years ago
|
||
Sid, David do we have such a limit in the simple mapi code ?
Component: General → Simple MAPI
Product: Thunderbird → MailNews Core
QA Contact: general → simple-mapi
Comment 2•16 years ago
|
||
And the best place to ask is on the mozilla.dev.apps.thunderbird newsgroup/mailinglist.
Comment 3•16 years ago
|
||
No, we don't have a limit like that. But it might be an issue with the moz_mapi directory attachment handling. It would be interesting to know if it happens when you're not sending attachments.
(In reply to comment #3)
> No, we don't have a limit like that. But it might be an issue with the moz_mapi
> directory attachment handling. It would be interesting to know if it happens
> when you're not sending attachments.
New ID:
Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1
Hi!
I tried with/without attachments.
Only 47-49 mails created, and then I got MAPI 3 Error (Logon Failure).
But this is a Delphi code. Possible another little mapisend program is working.
Somebody may will test with her/his application.
Comment 5•15 years ago
|
||
marking invalid for now.
if that turns out to be incorrect, please update the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•