Summary | POP3 - Can't see content of a mail (bad mail is displayed) |
Queue | IMP |
Queue Version | 4.3.4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | ferre-jacques (at) wanadoo (dot) fr |
Created | 05/16/2009 (5893 days ago) |
Due | |
Updated | 07/02/2009 (5846 days ago) |
Assigned | 06/02/2009 (5876 days ago) |
Resolved | 07/02/2009 (5846 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php/imp/config/conf.xml?rt=horde&r1=1.53.2.42&r2=1.53.2.43&ty=u
returned by c-client aren't unique. The UIDL command is optional in
POP3 servers - if not present, it is possible c-client is using
straight message numbers instead. Not much we can do there since we
have no way of determining through the c-client API whether UIDL is
available.
In IMP 5, I have disabled caching entirely for POP3 (as well as
searching and sorting), albeit for performance and maintenance reasons
rather than buggy UIDs. I am wondering if I should entirely disable
caching in FW_3 too. I am instead leaning more to a strongly worded
warning in the config files.
works well, since the displayed source code of a message is OK. If the
following configuration is used:
$conf['cache']['driver'] = 'sql';
and the attachments are not displayed in a invalid way, it is
sufficient to delete all the entries in horde_cache table and re-login
the user. Then, all the attachements correspond with the emails = are
displayed where should be.
I guess the bug appears as soon as some mails are deleted from mailbox
- maybe it is caused by the mismatch with indexes?
are displayed in mail content does not correspond with the mail
contents. E.g. I send an email to myself which contains an image. The
mail source code shows the image, however in the list of attachements
is a XLS file which was send as the first mail arrived to the IMP.
State ⇒ Feedback
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ POP3 - Can't see content of a mail (bad mail is displayed)
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
IMP with POP3 server.
If I had see content of a mail in webmail, the first mail is correctly
displayed.
But, all mails after this are seeing with the content of the first mail.
If I want to see "Source Message", the content is OK.
Actually,the unique method to see my mail is to see the source...
Thank you for this good soft.
Jacques
------------------------------------------------------------------------------------------------
Content of my imp/config/conf.php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: imp/config/conf.xml,v 1.53.2.39 2008/09/03 18:56:45 slusarz Exp $
$conf['spell']['path'] = '/usr/bin/aspell';
$conf['spell']['driver'] = 'aspell';
$conf['utils']['gnupg_keyserver'] = array('pgp.mit.edu');
$conf['utils']['gnupg_timeout'] = 10;
$conf['menu']['apps'] = array();
$conf['user']['select_sentmail_folder'] = false;
$conf['user']['allow_resume_all_in_drafts'] = false;
$conf['user']['allow_folders'] = true;
$conf['user']['allow_resume_all'] = false;
$conf['user']['allow_view_source'] = true;
$conf['user']['alternate_login'] = false;
$conf['user']['redirect_on_logout'] = false;
$conf['user']['select_view'] = true;
$conf['server']['change_server'] = false;
$conf['server']['change_port'] = false;
$conf['server']['change_protocol'] = false;
$conf['server']['change_smtphost'] = false;
$conf['server']['change_smtpport'] = false;
$conf['server']['server_list'] = 'none';
$conf['server']['fixed_folders'] = array();
$conf['server']['sort_limit'] = 0;
$conf['server']['cache_folders'] = true;
$conf['server']['token_lifetime'] = 1800;
$conf['server']['cachejsparams']['timeout'] = 86400;
$conf['server']['cachejsparams']['mtime'] = false;
$conf['server']['cachejs'] = true;
$conf['server']['cachecssparams']['timeout'] = 86400;
$conf['server']['cachecssparams']['mtime'] = false;
$conf['server']['cachecss'] = true;
$conf['mailbox']['show_preview'] = true;
$conf['fetchmail']['show_account_colors'] = false;
$conf['fetchmail']['size_limit'] = 4000000;
$conf['msgcache']['use_msgcache'] = false;
$conf['mlistcache']['lifetime'] = 604800;
$conf['mlistcache']['use_mlistcache'] = false;
$conf['msgsettings']['filtering']['words'] = './config/filter.txt';
$conf['msgsettings']['filtering']['replacement'] = '****';
$conf['spam']['reporting'] = false;
$conf['notspam']['reporting'] = false;
$conf['print']['add_printedby'] = false;
$conf['msg']['prepend_header'] = true;
$conf['msg']['append_trailer'] = true;
$conf['compose']['allow_receipts'] = true;
$conf['compose']['special_characters'] = true;
$conf['compose']['use_vfs'] = false;
$conf['compose']['link_all_attachments'] = false;
$conf['compose']['link_attachments_notify'] = true;
$conf['compose']['link_attachments'] = true;
$conf['compose']['attach_size_limit'] = 0;
$conf['compose']['attach_count_limit'] = 0;
$conf['compose']['reply_limit'] = 200000;
$conf['hooks']['vinfo'] = false;
$conf['hooks']['postlogin'] = false;
$conf['hooks']['postsent'] = false;
$conf['hooks']['signature'] = false;
$conf['hooks']['trailer'] = false;
$conf['hooks']['fetchmail_filter'] = false;
$conf['hooks']['mbox_redirect'] = false;
$conf['hooks']['mbox_icon'] = false;
$conf['hooks']['spam_bounce'] = false;
$conf['hooks']['msglist_format'] = false;
$conf['maillog']['use_maillog'] = true;
$conf['sentmail']['params']['threshold'] = 60;
$conf['sentmail']['params']['limit_period'] = 24;
$conf['sentmail']['params']['table'] = 'imp_sentmail';
$conf['sentmail']['params']['driverconfig'] = 'horde';
$conf['sentmail']['driver'] = 'sql';
$conf['tasklist']['use_tasklist'] = true;
$conf['notepad']['use_notepad'] = true;