--TEST-- imap_clearflag_full() passing a unique ID --SKIPIF-- --FILE-- --CLEAN-- --EXPECT-- Create a temporary mailbox and add 10 msgs New mailbox created Delete 4 messages for Unique ID generation ALL: array(6) { [0]=> int(1) [1]=> int(2) [2]=> int(3) [3]=> int(4) [4]=> int(5) [5]=> int(6) } ALL (with UID correspondance): array(6) { [0]=> int(1) [1]=> int(2) [2]=> int(7) [3]=> int(8) [4]=> int(9) [5]=> int(10) } ANSWERED: array(1) { [0]=> int(4) } DELETED: array(1) { [0]=> int(3) } FLAGGED: array(1) { [0]=> int(5) }