<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="http://bugs.horde.org/themes/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>Sat, 05 Jul 2008 12:49:23 -0400</pubDate>
  <link>http://bugs.horde.org/ticket/1392</link>
  <atom:link rel="self" type="application/rss+xml" title="Saving Sent-Mail &amp; Adding trailer.txt" href="http://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['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' =&gt; 1,
    'locked' =&gt; false,
    'shared' =&gt; true,
    'type' =&gt; 'implicit');
    
// sent mail folder
$_prefs['sent_mail_folder'] = array(
    'value' =&gt; 'sent-mail',
// For Exchange server uncomment the line below and delete the line above
//    'value' =&gt; 'Sent Items',
    'locked' =&gt; false,
    'shared' =&gt; true, 
    'type' =&gt; 'implicit');

Thanks in advance,
Eugene</description>
   <pubDate>Wed, 16 Feb 2005 16:39:44 -0500</pubDate>
   <link>http://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'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>Mon, 28 Mar 2005 20:54:31 -0500</pubDate>
   <link>http://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>Mon, 04 Apr 2005 20:47:12 -0400</pubDate>
   <link>http://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 02:05:46 -0400</pubDate>
   <link>http://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't sound like the problem is with the server.

Thanks,
Eugene</description>
   <pubDate>Thu, 07 Apr 2005 03:34:51 -0400</pubDate>
   <link>http://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>Tue, 03 May 2005 20:34:41 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/1392#t7904</link>
  </item>
  <item>
   <title>All that means is that you've misconfigured 'folders' or 'na</title>
   <description>All that means is that you've misconfigured 'folders' or 'namespace', or the sent mail folder pref, in MIMP.</description>
   <pubDate>Wed, 04 May 2005 00:14:32 -0400</pubDate>
   <link>http://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['cyrus'] = array(
    'name' =&gt; 'masked.domain.com',
    'server' =&gt; 'imap.masked.domain.com', 
    'protocol' =&gt; 'imap/notls',
    'port' =&gt; 143,
    'folders' =&gt; '',
    'namespace' =&gt; 'INBOX.',
    'maildomain' =&gt; 'masked.domain.com',
    'realm' =&gt; '',
    'preferred' =&gt; '',
    'dotfiles' =&gt; false,  
    'hierarchies' =&gt; 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' =&gt; 1,
    'locked' =&gt; false,
    'shared' =&gt; true,
    'type' =&gt; 'implicit');

// sent mail folder
$_prefs['sent_mail_folder'] = array(
    'value' =&gt; 'sent-mail',
// For Exchange server uncomment the line below and delete the line above
//    'value' =&gt; 'Sent Items',
    'locked' =&gt; false,
    'shared' =&gt; true, 
    'type' =&gt; 'implicit');

So, do I have a misconfigured entry here somewhere?

Thanks,
Eugene</description>
   <pubDate>Wed, 04 May 2005 14:07:01 -0400</pubDate>
   <link>http://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 01:07:17 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/1392#t8046</link>
  </item>
  <item>
   <title>I don't want to look dumb or anything (I know I do), but how</title>
   <description>I don'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 'INBOX.' setting from &quot;namespace&quot; to &quot;folders&quot;, and now it saves mail in the sent-mail folder.  Do you know why 'INBOX.' works in &quot;folders&quot; but not in &quot;namespace&quot;?  One of the releases of MIMP (a few months ago) allowed the 'INBOX.' setting to work fine for &quot;namespace&quot;.  Even my IMP configuration has 'INBOX.' set in the &quot;namespace&quot; field.

Thanks for the help,
Eugene</description>
   <pubDate>Fri, 13 May 2005 20:54:30 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/1392#t8175</link>
  </item>
  <item>
   <title>Any news on my last post?  It's been a while...

Thanks,
</title>
   <description>Any news on my last post?  It's been a while...

Thanks,
Eugene</description>
   <pubDate>Fri, 10 Jun 2005 04:25:41 -0400</pubDate>
   <link>http://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't anything we are going to be doing with this bug.</description>
   <pubDate>Tue, 28 Jun 2005 01:20:26 -0400</pubDate>
   <link>http://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 'INBOX.' 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 06:11:37 -0400</pubDate>
   <link>http://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 ''.  Note that the documentation within servers.php seems to suggest a value of 'INBOX.' 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 'Cyrus IMAP Server' from 'INBOX.' to ''.</description>
   <pubDate>Wed, 19 Oct 2005 23:35:44 -0400</pubDate>
   <link>http://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 ''.

Huh?  This is a ticket about MIMP, not IMP.  In either case, neither MIMP nor IMP uses 'namespace' or 'folders' anymore.</description>
   <pubDate>Thu, 20 Oct 2005 00:48:55 -0400</pubDate>
   <link>http://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('identity'), Util::getFormData('sent_mail_folder'));
$sent_mail_folder = $identity-&gt;getValue('sent_mail_folder', Util::getFormData('identity'));

Best,
Bartek</description>
   <pubDate>Wed, 09 Apr 2008 18:10:07 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/1392#t44547</link>
  </item>
  

 </channel>
</rss>
