6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/8/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#11132] Invalid UID Fetch attribute
*
Your Email Address
*
Spam protection
Enter the letters below:
__.. , __ . .. . (__ \./ / `| ||_/ .__) | \__.|/\|| \
Comment
> I am still getting the same error (with Cyrus Imapd) and after some > research figured out that in line 3167 the empty parameter is > hard-coded: > > $this->_sendLine(array( > 'UID FETCH', > $ids->all ? '1:*' : strval($ids), > array(), > array( > 'VANISHED', > 'CHANGEDSINCE', > array('t' => Horde_Imap_Client::DATA_NUMBER, 'v' => > intval($modseq)) > ) > > As per the discussion here: > http://www.dovecot.org/list/dovecot/2012-April/065086.html this is > incorrect and should be changed to include the UID parameter: > > > $this->_sendLine(array( > 'UID FETCH', > $ids->all ? '1:*' : strval($ids), > array('UID'), > array( > 'VANISHED', > 'CHANGEDSINCE', > array('t' => Horde_Imap_Client::DATA_NUMBER, 'v' => > intval($modseq)) > ) > > > Alex
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers