Summary | Traditional view: Filter on 'messages with attachments' gives PHP error |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/15/2012 (4646 days ago) |
Due | |
Updated | 10/27/2012 (4634 days ago) |
Assigned | |
Resolved | 10/15/2012 (4646 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit a8e74965d2f2f29e9868a14656a775f0ff6ece8c
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 14:31:49 2012 -0600
[mms] Fix regression in FETCH/COPY with sequence numbers (
Bug #11519)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 8 ++++----
framework/Imap_Client/package.xml | 2 ++
2 files changed, 6 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/a8e74965d2f2f29e9868a14656a775f0ff6ece8c
commit 1b0658b1c0434e4eb7f5a980295a5dc70d3f4ad2
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 14:14:46 2012 -0600
Bug #11519: Imap client only supports IMAP 4rev1.../lib/Horde/Imap/Client/Search/Query.php | 41
+-------------------
1 files changed, 1 insertions(+), 40 deletions(-)
http://git.horde.org/horde-git/-/commit/1b0658b1c0434e4eb7f5a980295a5dc70d3f4ad2
State ⇒ Resolved
commit 1b0658b1c0434e4eb7f5a980295a5dc70d3f4ad2
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 14:14:46 2012 -0600
Bug #11519: Imap client only supports IMAP 4rev1.../lib/Horde/Imap/Client/Search/Query.php | 41
+-------------------
1 files changed, 1 insertions(+), 40 deletions(-)
http://git.horde.org/horde-git/-/commit/1b0658b1c0434e4eb7f5a980295a5dc70d3f4ad2
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Traditional view: Filter on 'messages with attachments' gives PHP error
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
filltering on 'messages with attachments' in the traditional view
give the following PHP error:
2012-10-15T11:47:44+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
index: imap4 [pid 2702 on line 352 of
"/datastore/DEVEL/horde/framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php"]
Thomas