Summary | folder path is missing in IMP 4.1.3 |
Queue | IMP |
Queue Version | 4.1.3 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | bruno (at) merjasec (dot) com |
Created | 09/19/2006 (6878 days ago) |
Due | |
Updated | 09/06/2017 (2873 days ago) |
Assigned | |
Resolved | 09/19/2006 (6878 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 8ea664c3806a03f361c0a429958f118d4d05f584
Author: Paul M Jones <pmjones@ciaweb.net>
Date: Sun May 29 19:31:00 2005 +0000
* applied feature
request 4436"Add option to getTokens to getoriginal token indices" -- now the return array from getTokens() is
keyed to the original token index number.
git-svn-id:
https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@187248
c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/8ea664c3806a03f361c0a429958f118d4d05f584
State ⇒ Not A Bug
http://wiki.horde.org/ImpImapConfig
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ folder path is missing in IMP 4.1.3
Queue ⇒ IMP
I don't know if it is a bug, but I have big problem. When I installed
IMP 4.1.3, IMP ignore 'folders' => 'mail/'.
For example sent-mail is in ~, not in ~/mail
How to solve this?
Thanks,
Gasper
#my conf:
$servers['domain'] = array(
'name' => 'domain',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'domain..si',
'smtphost' => 'smtp.domain.si',
'smtpport' => 25,
'realm' => 'domain.si',
'preferred' => '',
'dotfiles' => false
'hierarchies' => array()
);