| Summary | IMP - encoding attachment |
| Queue | IMP |
| Queue Version | 4.1.3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | youza (at) post (dot) cz |
| Created | 9/6/06 (7234 days ago) |
| Due | |
| Updated | 9/8/06 (7232 days ago) |
| Assigned | |
| Resolved | 9/8/06 (7232 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
efficiently handle such large messages.
this problems ?? And more users norlally send this over emails ?
"other data doesn't have these problems."
quoted-printable is if your browser or mime magic detection is
incorrect identifying your file as text/*. Fix one or both.
PROBLEM is IMP inefficiet algorithm for data encoding !!!
we write.
#2if you think IMP is inefficient, then please provide patches. Andplease understand that our algorithim is most likely no more
efficient/less efficient than any other algorithim (especially since
we are mostly using PHP built-in functions to do our encoding).
efficiently handle such large messages.
this problems ?? And more users norlally send this over emails ?
quoted-printable is if your browser or mime magic detection is
incorrect identifying your file as text/*. Fix one or both.
PROBLEM is IMP inefficiet algorithm for data encoding !!!
please test it.
State ⇒ Not A Bug
Priority ⇒ 1. Low
efficiently handle such large messages.
#2- the only way binary data is being sent encoded asquoted-printable is if your browser or mime magic detection is
incorrect identifying your file as text/*. Fix one or both.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ IMP - encoding attachment
Queue ⇒ IMP
State ⇒ Unconfirmed
mime type ??? ( EXE, ZIP, PDF, .... ) the encoding for this data is
quoted-printable, Sending or fetching is very problematic.
example:
create 10m.dat test file ( or 5mb 6m, .... )
dd bs=10485760 count=1 if=/dev/urandom of=10mb.dat
run file command: file 10mb.dat -- > 10mb.dat: data
Sending email is very problematic - the IMP very long encoding this
attachment and CPU usage is 90 - 96 % for apache process, WWW
browser timeouts, etc.
PHP allocated very more memory > 128MB, ( > 256 N if I usind SMTP
mailer not sendmail) . The email attachment is not completed -
truncated and not reading (fetching) - data incorrect.
Email header in this email: Content-Transfer-Encoding: quoted-printable.
If i compress the file to ZIP archive the sending is very fast and email
is OK. ( fetching ok )