-
-
Notifications
You must be signed in to change notification settings - Fork 18
apache force close #1
Comments
@rigazy Hello! For second question - with this commit 1e866c2 i add limit of receiving messages because the script grab all and if they are many it is not good. But, yes email inbox load is slow procedure and i dont think that can be more faster. |
Show me apache error logs after force close. |
@kirilkirkov Hi, Many thanks :) |
@rigazy Yes its slowly but this cant be skipped, does not depend on the code :/ private function saveToDirectory($path, $uid, $partIdentifier) { //save attachments to directory to I cant reproduce the problem because i use Ubuntu. |
@kirilkirkov thanks, |
@rigazy I add full decoding support - 8cfab73 hmm.. try also to leave in processStructure function only this: instead
When i make tests i see that iconv returns me good text, but mb_convert_encoding broke it to "?????!" |
@rigazy Is now working good? |
@kirilkirkov , |
Dears @kirilkirkov ,
I have 2 issues and need your help for imap.class.php functions.
First,
Apache force close any time while the application refresh continuously when we're add attachments folder for attachment download, and run normally when it's folder deleted.
any advice for this issues ?
Second,
Email Inbox too slow when its load about 100 inbox messages, and failed to load more than 1000 messages.
any idea for this issues and make it faster?
Thanks,
The text was updated successfully, but these errors were encountered: