Summary | Folders do not appear in navigator |
Queue | IMP |
Queue Version | 4.0.3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | kent-andre (at) noklebye (dot) net |
Created | 04/21/2005 (7488 days ago) |
Due | |
Updated | 05/08/2005 (7471 days ago) |
Assigned | 05/05/2005 (7474 days ago) |
Resolved | 05/07/2005 (7472 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
"INBOX" and it didn't help. I've disabled "use subscriptions", and it
still doesn't work. I'll report how the update works.
State ⇒ Resolved
"unsubscribed" on the mailserver and we weren't checking for that.
Additionally, although we were preventing users from unsubscribing
from INBOXes in IMAP_Tree::, we were'nt prevening them in IMP_Folder
so they were being unsubscribed on the server. Fixed in IMP 4.0.4.
folders?
having this problem.
this problem.
I cleared the "folders" variable, and put "INBOX." in "namespace" instead.
---------------------
$servers['_prompt'] = array(
'name' => _("Choose a mail server:")
);
$servers['imap'] = array(
'name' => 'Almatau IMAP',
'server' => 'mail.almatau.com',
'hordeauth' => true,
'protocol' => 'imap/notls',
'port' => 14300,
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => 'almatau.com',
'smtphost' => 'mail.almatau.com',
'smtpport' => 25,
'realm' => 'almatau.com',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
'name' => 'IMAP Server',
'server' => '10.0.0.2',
'hordeauth' => false,
'protocol' => 'imap',
'port' => 143,
'folders' => 'INBOX.',
'namespace' => '',
'maildomain' => '(mydomain)',
'smtphost' => '10.0.0.2',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
(mydomain) is of course not (mydomain).
State ⇒ Feedback
ticket #1802)For your information, my environment:
Debian Woody
php-4.3.10
apache-1.3.33
courier-imap-3.0.8
turck-mmcache-2.4.6 (cache was cleaned up along with apache restart)
New Attachment: imp_folder2.jpg
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Folders do not appear in navigator
Queue ⇒ IMP
New Attachment: imp_folder.jpg
State ⇒ Unconfirmed
I know this subject has been discussed, however I can't find a thread
that matches my case, or solves it.
Folders seem to appear only in the drop-down on the left. I can create
folders, but since I can't see them in folder navigation, I can't
manage my folders.
I use CommuniGate Pro IMAP server, but I had the same problem with
Mercury/32. I'm running IIS.
In servers.php, I define "mail/" as my directory, but I have tried
with "INBOX.", with the same problem persisting.
I ran SquirrelMail before I took to my senses and switched to IMP, and
squrrelmail reads my folders easily and lets me manipulate them, so
the problem can't rely on the server.
Can you please help? I'm need to fix this, as I'm hosting 50 clients
in a very short time :)
Regards,
Kent-André Nøklebye
Can someone please help me?