Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[imp] Sidebar & IMAP Folder Issues

0 views
Skip to first unread message

Ryan Flannery

unread,
Jul 15, 2005, 2:17:52 PM7/15/05
to
Hello,
I seem to be having a problem that's similar to one others have been
having on this list, but I can't for the life of me figure it out.
I've tried every suggestion but still no solution.

My problems are as follows:
1) In IMP, I cannot browse/manage folders at all. Specifically,
When I click on the "Folders" icon, it just redirects back to
the INBOX of my mail session.
2) When I use IMP authentication, the sidebar goes away. I've
traced this to when the sidebar tries to view the block
'imp-folders'.
3) When I use IMAP folder subscriptions, IMP goes away entirely.
Specifically, when I click on "Mail", I just get a blank
screen in the main frame.

The second issue appears to be identical to the one listed here:
http://archives.free.net.ph/message/20050620.181926.03897c4b.en.html
But the solution to that did not work for me.

I believe all three issues to be related, but i'm not positive.

Here's what I'm running:
Horde-3.0.4
IMP-h3-4.0.3
Courier-IMAP 3.0.5

My /horde/imp/config/servers.php looks like the following:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => '127.0.0.1',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => $_SERVER['SERVER_NAME'],
'smtphost' => '127.0.0.1',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);

I've also tried it with folders set to "INBOX.", per the suggestion.
I can login and view/send mail just fine, but no folder abilities.

I thought this might be a problem with Courier-IMAP, but Horde 2.x
and SquirrelMail are able to view/create/modify folders just fine,
as well as Thunderbird when I connect remotely.

Any suggestions?

Many Thanks,
Ryan Flannery

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-uns...@lists.horde.org

Ryan Flannery

unread,
Jul 15, 2005, 5:51:22 PM7/15/05
to
More information concerning the problem,

This is really odd...
I created a set of folders through Horde 2.x, and then login with
Horde 3.0.4 + IMP 4.0.3.

When I click "Mail", the folders drop-down list in the top right
contains all of the folders I just created. I can change to them
with that drop-down list, and view the contents of those folders.

Back in IMP, if I click on the "Folders" button at the top, it
still simply redirects back to the Mail screen (just my Inbox).

Now, from the INBOX, if I select an email and try to "Move" it
to another folder, it gives me the error:

There was an error moving messages from INBOX to INBOX.Trash.
This is what the server said:
[ALERT]: You exceeded your mail quota.

I'm baffled. I have the quota set to 100MB, and I only have one
email in it...why am I receiving this error?
Could this be causing the problems listed below?

ALSO, I viewed the html source of IMP's view of my inbox and found
the following error:

Notice: Undefined offset: 0 in /horde/imp/lib/IMP.php on line 585

Which is the first line of the following if-statement:

if (is_null($filter[0])) {
$showbox = true;
array_shift($filter);
}

any ideas what's causing any of these oddities?

Many thanks,
-Ryan


-- ryan.f...@gmail.com wrote the following on Jul 15, 2005 --

Ryan Flannery

unread,
Jul 15, 2005, 6:04:35 PM7/15/05
to
Still more info regarding the oddities I'm having....

So, when I login to IMP and click on the folders icon, it just
redirects me back to my inbox. I started digging through
folders.php, and found the following sequence of events...

/horde/imp/folders.php errors on line 81, which is
$imptree = &IMP_Tree::singleton();

Tracing through that function, I found that
/horde/imp/lib/IMAP/Tree.php errors on line 53, which is
return IMAP_Tree::singleton('imp', 'IMP_Tree', true);

Tracing through that function, I found that
/horde/lib/Horde/IMAP/Tree.php errors on line 300, which is
$instance[$app] = &new $classname($init, $cachename);

(where $app='imp', $classname='IMP_Tree',
$init=IMAPTREE_INIT_SUB and $cachename='imaptree')

Tracing through the init function for IMP_Tree, i found
/horde/imp/lib/IMAP/Tree.php errors on line 91, which is
parent::init($init)

(where $init=$this->_initmask)

Tracing back the previous file, I found that in
/horde/lib/Horde/IMAP/Tree.php the function "init" begins on
line 490. I throw some output statements throughout the
function and find that the line

$boxes = $this->_init();

only returns my INBOX...none of the other folders are listed.
Even more odd...I can then click on the Folders icon in IMP and
see the folder view...but no folders are listed. not even
INBOX.

anyone have any idea what's going on?
I'm getting more coffee...

Michael M Slusarz

unread,
Jul 15, 2005, 6:17:52 PM7/15/05
to
Quoting Ryan Flannery <ryan.f...@gmail.com>:

Try upgrading to Horde 3.0.5/IMP 4.0.4 (either when they come out or by
using the snapshots at http://snaps.horde.org/). At least 1 of the
issues you have mentioned I can guarantee have already been fixed
(undefined index error).

michael

_______________________________________
Michael Slusarz [slu...@curecanti.org]

Ryan Flannery

unread,
Jul 15, 2005, 8:39:59 PM7/15/05
to
-- slu...@bigworm.curecanti.org wrote the following on Jul 15, 2005 --

Upgrading fixed the "undefined index: 0" error, but I still can't
view/manage folders and IMP still kills the sidebar.

-Ryan

0 new messages