Summary | Saving Sent-Mail & Adding trailer.txt |
Queue | MIMP |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | eacosta (at) eugene (dot) cc |
Created | 02/16/2005 (7502 days ago) |
Due | |
Updated | 04/09/2008 (6354 days ago) |
Assigned | 05/04/2005 (7425 days ago) |
Resolved | 05/04/2005 (7425 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
The small change in horde/mimp/compose.php helped in my case.
First commented original line replaced with new line:
//$sent_mail_folder =
$identity->getValue(Util::getFormData('identity'),
Util::getFormData('sent_mail_folder'));
$sent_mail_folder = $identity->getValue('sent_mail_folder',
Util::getFormData('identity'));
Best,
Bartek
the same problem. In my case, the fix was to set both folders and
namespace to ''.
MIMP nor IMP uses 'namespace' or 'folders' anymore.
the same problem. In my case, the fix was to set both folders and
namespace to ''. Note that the documentation within servers.php seems
to suggest a value of 'INBOX.' be used for either the "folders" or the
"namespace" variables when using Cyrus-IMAP. In terms of defaults,
this means changing the default namespace value listed for 'Cyrus IMAP
Server' from 'INBOX.' to ''.
stated that 'INBOX.' works in "folders" and not in "namespace". To
me, this is not working fine. I want to put the setting in the
"namespace" field and not the "folders" field. Now, are you saying
that this works for everyone else but me? Why would it work for
"folders" and not "namespace"? They do similar things, so it should
work in both fields!
provide a patch or a reproducible means to trigger this bug, there
isn't anything we are going to be doing with this bug.
Thanks,
Eugene
get to that options page?
Also, I played around with some settings in servers.php, and moved the
'INBOX.' setting from "namespace" to "folders", and now it saves mail
in the sent-mail folder. Do you know why 'INBOX.' works in "folders"
but not in "namespace"? One of the releases of MIMP (a few months
ago) allowed the 'INBOX.' setting to work fine for "namespace". Even
my IMP configuration has 'INBOX.' set in the "namespace" field.
Thanks for the help,
Eugene
folder from the configuration page. All I can say is that it looks
like your stored sent-mail folder value is wrong so you will need to
use the options page to update it to a valid value.
./horde/mimp/config/servers.php entry:
(Same values I use for IMP, and IMP works fine)
$servers['cyrus'] = array(
'name' => 'masked.domain.com',
'server' => 'imap.masked.domain.com',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => 'masked.domain.com',
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
./horde/mimp/config/prefs.php:
(sent-mail entries):
// save a copy of sent messages?
// a value of 0 = no, 1 = yes
$_prefs['save_sent_mail'] = array(
'value' => 1,
'locked' => false,
'shared' => true,
'type' => 'implicit');
// sent mail folder
$_prefs['sent_mail_folder'] = array(
'value' => 'sent-mail',
// For Exchange server uncomment the line below and delete the line above
// 'value' => 'Sent Items',
'locked' => false,
'shared' => true,
'type' => 'implicit');
So, do I have a misconfigured entry here somewhere?
Thanks,
Eugene
State ⇒ Resolved
or the sent mail folder pref, in MIMP.
have also just updated using the HEAD from last night.
Thanks,
Eugene
I just upgraded to mimp-HEAD-2005-04-06.tar.gz and now, when I send an
e-mail using MIMP, I get the following error:
ERR: The folder "sent-mail" was not created. This is what the server
said: Permission denied
MSG: Message send successfully, but not saved to sent-mail
So, it looks like it is trying to save the outgoing mail, but is now
erroring out. I also just tried to send mail using IMP, and that
saved the outgoing mail successfully, so it doesn't sound like the
problem is with the server.
Thanks,
Eugene
I am writing again because I have updated MIMP to the newest HEADS
(including mimp-HEAD-2005-04-04.tar.gz) and my Sent-Mail is still not
getting saved in my sent-mail folder. According to this ticket &
#1634, this issue has been fixed, but I have upgraded numerous timesand the mail is still not getting saved.
All the configuartion files are the same as to when I opened
#1392.Thanks,
Eugene
State ⇒ Resolved
Bug #1634was fixed.Trailer.txt was fixed (there was an instance of IMP_BASE instead of
MIMP_BASE in the code).
Looks like you don't have display_errors on which would have given you
error messages in these two cases, which is probably a good thing when
using non-stable releases.
Taken from
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Saving Sent-Mail & Adding trailer.txt
Queue ⇒ MIMP
State ⇒ Unconfirmed
Feb. 13 03:21 and saved the new conf.php from the administration page
from Horde. I then updated my servers.php page, can login, and send
mail, but am having problems with saving sent mail in the "sent-mail"
folder and it not adding the contents of trailer.txt to sent e-mails.
(All this works fine from IMP.)
The following is my conf.php file:
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: mimp/config/conf.xml,v 1.9 2004/10/26 07:06:42 slusarz Exp $
$conf['user']['allow_folders'] = true;
$conf['user']['alternate_login'] = false;
$conf['user']['redirect_on_logout'] = false;
$conf['server']['server_list'] = 'none';
$conf['server']['change_server'] = false;
$conf['server']['change_port'] = false;
$conf['server']['change_protocol'] = false;
$conf['server']['change_folders'] = false;
$conf['server']['show_dotfiles'] = false;
$conf['server']['hierarchies'] = array();
$conf['mailbox']['max_from_chars'] = 10;
$conf['mailbox']['max_subj_chars'] = 20;
$conf['msg']['prepend_header'] = true;
$conf['msg']['append_trailer'] = true;
$conf['msg']['filtering']['words'] = './config/filter.txt';
$conf['msg']['filtering']['replacement'] = '****';
$conf['compose']['use_vfs'] = false;
$conf['compose']['allow_cc'] = false;
$conf['compose']['allow_bcc'] = false;
$conf['hooks']['vinfo'] = false;
$conf['hooks']['trailer'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
And the following are the associated entries from the prefs.php file:
// a value of 0 = no, 1 = yes
$_prefs['save_sent_mail'] = array(
'value' => 1,
'locked' => false,
'shared' => true,
'type' => 'implicit');
// sent mail folder
$_prefs['sent_mail_folder'] = array(
'value' => 'sent-mail',
// For Exchange server uncomment the line below and delete the line above
// 'value' => 'Sent Items',
'locked' => false,
'shared' => true,
'type' => 'implicit');
Thanks in advance,
Eugene