Closed
Bug 189318
Opened 23 years ago
Closed 23 years ago
Long strings (13500 octets) without carriage return in mail body freeze pop3 account
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: franck.andriano, Assigned: mscott)
Details
(Keywords: hang)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
Long strings (13500 octets) without carriage return in mail body freeze pop3
account and client mail.
Best regards,
/Franck
Reproducible: Always
Steps to Reproduce:
1. send you a mail without carriage return (bigger 13500 octets)
2. ...
3. ...
Actual Results:
account pop3 and client mail are frozen!
Expected Results:
give the mail
| Reporter | ||
Comment 1•23 years ago
|
||
Mozilla 1.1b mailnews Windows is not affected by this bug! (?!)
$ mailto name@domain.com -s Test < toto
Bash for generate file toto (40000 Characters without carriage return) :
#!/bin/bash
Compteur=0
export Compteur
while `test ${Compteur} -lt 40000`
do
let Compteur=${Compteur}+1
echo -n "A" >> toto
done
Best regards,
/Franck Andriano
--
!
| Reporter | ||
Comment 2•23 years ago
|
||
Hi!
Last build Mozilla 1.3b is affected by this bug!
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030116
/Franck Andriano
--
!
| Reporter | ||
Comment 3•23 years ago
|
||
Last build Mozilla 1.3b is not anymore affected by this bug!
Mozilla 1.3b Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210
Best Regards,
/Franck Andriano
--
!
Status: UNCONFIRMED → RESOLVED
Closed: 23 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
•