<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Saving Sent-Mail &amp; Adding trailer.txt</title> 
  <pubDate>Fri, 10 Apr 2026 19:46:49 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/1392</link> 
  <atom:link rel="self" type="application/rss+xml" title="Saving Sent-Mail &amp; Adding trailer.txt" href="https://bugs.horde.org/ticket/1392/rss" /> 
  <description>Saving Sent-Mail &amp; Adding trailer.txt</description> 
 
   
   
  <item> 
   <title>I just updated to the new development snapshot (HEAD) of MIM</title> 
   <description>I just updated to the new development snapshot (HEAD) of MIMP from 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 &quot;sent-mail&quot; 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:



&lt;?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[&#039;user&#039;][&#039;allow_folders&#039;] = true;

$conf[&#039;user&#039;][&#039;alternate_login&#039;] = false;

$conf[&#039;user&#039;][&#039;redirect_on_logout&#039;] = false;

$conf[&#039;server&#039;][&#039;server_list&#039;] = &#039;none&#039;;

$conf[&#039;server&#039;][&#039;change_server&#039;] = false;

$conf[&#039;server&#039;][&#039;change_port&#039;] = false;

$conf[&#039;server&#039;][&#039;change_protocol&#039;] = false;

$conf[&#039;server&#039;][&#039;change_folders&#039;] = false;

$conf[&#039;server&#039;][&#039;show_dotfiles&#039;] = false;

$conf[&#039;server&#039;][&#039;hierarchies&#039;] = array();

$conf[&#039;mailbox&#039;][&#039;max_from_chars&#039;] = 10;

$conf[&#039;mailbox&#039;][&#039;max_subj_chars&#039;] = 20;

$conf[&#039;msg&#039;][&#039;prepend_header&#039;] = true;

$conf[&#039;msg&#039;][&#039;append_trailer&#039;] = true;

$conf[&#039;msg&#039;][&#039;filtering&#039;][&#039;words&#039;] = &#039;./config/filter.txt&#039;;

$conf[&#039;msg&#039;][&#039;filtering&#039;][&#039;replacement&#039;] = &#039;****&#039;;

$conf[&#039;compose&#039;][&#039;use_vfs&#039;] = false;

$conf[&#039;compose&#039;][&#039;allow_cc&#039;] = false;

$conf[&#039;compose&#039;][&#039;allow_bcc&#039;] = false;

$conf[&#039;hooks&#039;][&#039;vinfo&#039;] = false;

$conf[&#039;hooks&#039;][&#039;trailer&#039;] = 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[&#039;save_sent_mail&#039;] = array(

    &#039;value&#039; =&gt; 1,

    &#039;locked&#039; =&gt; false,

    &#039;shared&#039; =&gt; true,

    &#039;type&#039; =&gt; &#039;implicit&#039;);

    

// sent mail folder

$_prefs[&#039;sent_mail_folder&#039;] = array(

    &#039;value&#039; =&gt; &#039;sent-mail&#039;,

// For Exchange server uncomment the line below and delete the line above

//    &#039;value&#039; =&gt; &#039;Sent Items&#039;,

    &#039;locked&#039; =&gt; false,

    &#039;shared&#039; =&gt; true, 

    &#039;type&#039; =&gt; &#039;implicit&#039;);



Thanks in advance,

Eugene</description> 
   <pubDate>Wed, 16 Feb 2005 21:39:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t5548</link> 
  </item> 
   
  <item> 
   <title>The sent-mail issues was resolved the same time Bug #1634 wa</title> 
   <description>The sent-mail issues was resolved the same time Bug #1634 was fixed.

Trailer.txt was fixed (there was an instance of IMP_BASE instead of MIMP_BASE in the code).



Looks like you don&#039;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.</description> 
   <pubDate>Tue, 29 Mar 2005 01:54:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t6686</link> 
  </item> 
   
  <item> 
   <title>Hello All,



I am writing again because I have updated MIMP</title> 
   <description>Hello All,



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 &amp; #1634, this issue has been fixed, but I have upgraded numerous times and the mail is still not getting saved.



All the configuartion files are the same as to when I opened #1392.



Thanks,

Eugene</description> 
   <pubDate>Tue, 05 Apr 2005 00:47:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t6918</link> 
  </item> 
   
  <item> 
   <title>The code has been cleaned up a bit and this problem should b</title> 
   <description>The code has been cleaned up a bit and this problem should be fixed.</description> 
   <pubDate>Tue, 05 Apr 2005 06:05:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t6927</link> 
  </item> 
   
  <item> 
   <title>Hello,



I just upgraded to mimp-HEAD-2005-04-06.tar.gz and</title> 
   <description>Hello,



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 &quot;sent-mail&quot; 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&#039;t sound like the problem is with the server.



Thanks,

Eugene</description> 
   <pubDate>Thu, 07 Apr 2005 07:34:51 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t6964</link> 
  </item> 
   
  <item> 
   <title>Has this been assigned to anyone?  Or should I open a new Ca</title> 
   <description>Has this been assigned to anyone?  Or should I open a new Case?  I have also just updated using the HEAD from last night.



Thanks,

Eugene</description> 
   <pubDate>Wed, 04 May 2005 00:34:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t7904</link> 
  </item> 
   
  <item> 
   <title>All that means is that you&#039;ve misconfigured &#039;folders&#039; or &#039;na</title> 
   <description>All that means is that you&#039;ve misconfigured &#039;folders&#039; or &#039;namespace&#039;, or the sent mail folder pref, in MIMP.</description> 
   <pubDate>Wed, 04 May 2005 04:14:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t7909</link> 
  </item> 
   
  <item> 
   <title>Here are those configurations settings:



./horde/mimp/conf</title> 
   <description>Here are those configurations settings:



./horde/mimp/config/servers.php entry:

(Same values I use for IMP, and IMP works fine)

$servers[&#039;cyrus&#039;] = array(

    &#039;name&#039; =&gt; &#039;masked.domain.com&#039;,

    &#039;server&#039; =&gt; &#039;imap.masked.domain.com&#039;, 

    &#039;protocol&#039; =&gt; &#039;imap/notls&#039;,

    &#039;port&#039; =&gt; 143,

    &#039;folders&#039; =&gt; &#039;&#039;,

    &#039;namespace&#039; =&gt; &#039;INBOX.&#039;,

    &#039;maildomain&#039; =&gt; &#039;masked.domain.com&#039;,

    &#039;realm&#039; =&gt; &#039;&#039;,

    &#039;preferred&#039; =&gt; &#039;&#039;,

    &#039;dotfiles&#039; =&gt; false,  

    &#039;hierarchies&#039; =&gt; array()   

);



./horde/mimp/config/prefs.php:

(sent-mail entries):

// save a copy of sent messages?

// a value of 0 = no, 1 = yes

$_prefs[&#039;save_sent_mail&#039;] = array(

    &#039;value&#039; =&gt; 1,

    &#039;locked&#039; =&gt; false,

    &#039;shared&#039; =&gt; true,

    &#039;type&#039; =&gt; &#039;implicit&#039;);



// sent mail folder

$_prefs[&#039;sent_mail_folder&#039;] = array(

    &#039;value&#039; =&gt; &#039;sent-mail&#039;,

// For Exchange server uncomment the line below and delete the line above

//    &#039;value&#039; =&gt; &#039;Sent Items&#039;,

    &#039;locked&#039; =&gt; false,

    &#039;shared&#039; =&gt; true, 

    &#039;type&#039; =&gt; &#039;implicit&#039;);



So, do I have a misconfigured entry here somewhere?



Thanks,

Eugene</description> 
   <pubDate>Wed, 04 May 2005 18:07:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t7917</link> 
  </item> 
   
  <item> 
   <title>Code has been added to MIMP to allow a user to change the se</title> 
   <description>Code has been added to MIMP to allow a user to change the sent-mail 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.</description> 
   <pubDate>Mon, 09 May 2005 05:07:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t8046</link> 
  </item> 
   
  <item> 
   <title>I don&#039;t want to look dumb or anything (I know I do), but how</title> 
   <description>I don&#039;t want to look dumb or anything (I know I do), but how would one get to that options page?



Also, I played around with some settings in servers.php, and moved the &#039;INBOX.&#039; setting from &quot;namespace&quot; to &quot;folders&quot;, and now it saves mail in the sent-mail folder.  Do you know why &#039;INBOX.&#039; works in &quot;folders&quot; but not in &quot;namespace&quot;?  One of the releases of MIMP (a few months ago) allowed the &#039;INBOX.&#039; setting to work fine for &quot;namespace&quot;.  Even my IMP configuration has &#039;INBOX.&#039; set in the &quot;namespace&quot; field.



Thanks for the help,

Eugene</description> 
   <pubDate>Sat, 14 May 2005 00:54:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t8175</link> 
  </item> 
   
  <item> 
   <title>Any news on my last post?  It&#039;s been a while...



Thanks,

</title> 
   <description>Any news on my last post?  It&#039;s been a while...



Thanks,

Eugene</description> 
   <pubDate>Fri, 10 Jun 2005 08:25:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t9057</link> 
  </item> 
   
  <item> 
   <title>What news is there to report?  This works fine here so until</title> 
   <description>What news is there to report?  This works fine here so until you provide a patch or a reproducible means to trigger this bug, there isn&#039;t anything we are going to be doing with this bug.</description> 
   <pubDate>Tue, 28 Jun 2005 05:20:26 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t9404</link> 
  </item> 
   
  <item> 
   <title>What do you mean it works fine?  It is definitely not workin</title> 
   <description>What do you mean it works fine?  It is definitely not working fine.  I stated that &#039;INBOX.&#039; works in &quot;folders&quot; and not in &quot;namespace&quot;.  To me, this is not working fine.  I want to put the setting in the &quot;namespace&quot; field and not the &quot;folders&quot; field.  Now, are you saying that this works for everyone else but me?  Why would it work for &quot;folders&quot; and not &quot;namespace&quot;?  They do similar things, so it should work in both fields!</description> 
   <pubDate>Tue, 28 Jun 2005 10:11:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t9419</link> 
  </item> 
   
  <item> 
   <title>I am running IMP 4.04 with a local Cyrus IMAP 2.1.18 server </title> 
   <description>I am running IMP 4.04 with a local Cyrus IMAP 2.1.18 server and had the same problem.  In my case, the fix was to set both folders and namespace to &#039;&#039;.  Note that the documentation within servers.php seems to suggest a value of &#039;INBOX.&#039; be used for either the &quot;folders&quot; or the &quot;namespace&quot; variables when using Cyrus-IMAP.  In terms of defaults, this means changing the default namespace value listed for &#039;Cyrus IMAP Server&#039; from &#039;INBOX.&#039; to &#039;&#039;.</description> 
   <pubDate>Thu, 20 Oct 2005 03:35:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t12608</link> 
  </item> 
   
  <item> 
   <title>&gt; I am running IMP 4.04 with a local Cyrus IMAP 2.1.18 serve</title> 
   <description>&gt; I am running IMP 4.04 with a local Cyrus IMAP 2.1.18 server and had 

&gt; the same problem.  In my case, the fix was to set both folders and 

&gt; namespace to &#039;&#039;.



Huh?  This is a ticket about MIMP, not IMP.  In either case, neither MIMP nor IMP uses &#039;namespace&#039; or &#039;folders&#039; anymore.</description> 
   <pubDate>Thu, 20 Oct 2005 04:48:55 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t12611</link> 
  </item> 
   
  <item> 
   <title>I had problem with sent mail not saved on Mobile Mail (mimp)</title> 
   <description>I had problem with sent mail not saved on Mobile Mail (mimp) H3 (1.0.2).

The small change in horde/mimp/compose.php helped in my case.



First commented original line replaced with new line:

//$sent_mail_folder = $identity-&gt;getValue(Util::getFormData(&#039;identity&#039;), Util::getFormData(&#039;sent_mail_folder&#039;));

$sent_mail_folder = $identity-&gt;getValue(&#039;sent_mail_folder&#039;, Util::getFormData(&#039;identity&#039;));



Best,

Bartek</description> 
   <pubDate>Wed, 09 Apr 2008 22:10:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1392#t44547</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
