Summary | IMP not storing sent mail and cannot make folders |
Queue | IMP |
Queue Version | 4.2-ALPHA |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | testacc (at) xs4all (dot) nl |
Created | 09/13/2007 (6525 days ago) |
Due | 09/13/2007 (6525 days ago) |
Updated | 11/01/2007 (6476 days ago) |
Assigned | 09/13/2007 (6525 days ago) |
Resolved | 09/13/2007 (6525 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
I can remove a folder without any problems, after adding it using Thunderbird.
When I want to rename a folder I get in the "rename screen"
INBOX.foldername. When I change this INBOX.foldername to
INBOX.foldername2 "foldername2" disappears from the folder list in IMP
and is still with the same rights at the mailserver and in
courierimapsubscribed.
Renaming a folder without the "INBOX." part, does give me "Invalid
Mailbox name".
I thought I never had to add INBOX. in front of the foldername before.
When I go to the "Server and Folder information" under IMP and I
de-select "Use IMAP folder subscriptions?" all folders disappear under
the Folders, and when I enable this "Use IMAP folder subscriptions?"
again, they are still gone. (in DIMP they show up)
I know when I remove some lines about this in the horde.sessions DB,
this can be shown again.
When I add a new folder I still get the message:
"Can not directly create mailbox in this folder."
When I want to create a folder with a name of a folder that already
exists, I also get:
"Can not directly create mailbox in this folder."
So this is really strange that I get this message when the folder
already exists, in some way it never gets to the "exist-check"
function I guess.
If I remember more about the tests I have done I will add them ofcourse !
I can add folders using Thunderbird and remove them with IMP.
Are there any options to make a folder using a IMAP client and check
this with IMP ?
It's difficult to trace, c-client is updated, no strange modules
loaded in PHP.
mail onto the mailing list as I'm not convinced it's a bug - since
this is working well over here as well as with the other devs.
OK, I didn't understood it worked at you side, let me mail to there
and see what we can figure out.
mail onto the mailing list as I'm not convinced it's a bug - since
this is working well over here as well as with the other devs.
This must be really a bug, mit;s not working either with a decent
config for the version that I use.
Strange is that I can drag using DIMP, or selecting using IMP messages
to the sent-mail, but autosave does not working after sending.
Also adding folders does not work, but I can drag and drop messages to
existing folders, that's no problem.
In my opinion it's a bug, after discussing with Micheal this is the
only thing we could think of, or someone has to know a solution.
Priority ⇒ 1. Low
date (from 4.0.x) from the looks of it.
Nice to have you around.
Indeed, you are true, my fault for sure.
I think because of all the work I have done around it I have overseen
this. not very nice of me.
This is btw a good inprovement in Horde as I read the docs again :$
Thanks a lot, I will not spam this bugreport again with this kind of
rubbish ;)
State ⇒ Feedback
date (from 4.0.x) from the looks of it.
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ IMP not storing sent mail and cannot make folders
Due ⇒ 09/13/2007
Queue ⇒ IMP
State ⇒ Unconfirmed
I'm facing a true problem with my Horde/IMP installation with the ALPA
versions.
I have installed the following:
horde-3.2-alpha
imp-h3-4.2-alpha
And this works quite OK. I used my servers.php for IMP that worked on
an earlier version, here is the config file:
$servers['123.123.123.123'] = array(
'name' => '123.123.123.123',
'server' => '123.123.123.123',
'hordeauth' => full,
'protocol' => 'imap',
'port' => 143,
'folders' => 'INBOX.',
'namespace' => '',
'maildomain' => '',
'smtphost' => '123.123.123.123',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'quota' => array(
'driver' => 'courier',
'params' => array(
'protocol' => 'imap',
'hostspec' => '123.123.123.123',
'port' => 143
)
),
'hierarchies' => array()
);
IMP does the auth for horde, so this should be setup OK, and it worked
before, but now it doesn't 100%
When I use DIMP or IMP and I sent an email, I get the following:
"Message sent successfully, but not stored to sent-mail."
and:
"The folder "sent-mail was not created. THis is what the server said:
Invalid mailbox name."
When I want to make a new folder using IMP or DIMP, I get the following:
"Can not directly create mailbox in this folder."
To solve this I have searched everywhere and checked my config
everywhere. Tried INBOX. on Namespace and Folders, but nothing worked
properly.
I placed my working config from an older Horde / IMP installation to
the ALPHA and the other way around, and the older version works OK,
and the ALPHA version of 02-08-2007 refuses to work properly.
So after days/weeks I really have the idea that this is a bug.
If I'm wrong, what can be ofcourse, please tell me, or I will post to
the mailinglist if needed.