[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Marking messages as read...
>>>>> "Kai" == Kai =?iso-8859-1?q?Gro=DFjohann?= <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:
>> But if they are flagged \Deleted on
>> the IMAP server, > and if you then connect with a different
>> IMAP client, they're > gone. Not good.
The only time \Deleted messages will disappear from the store is if a client
issues an EXPUNGE or a CLOSE within the context of that folder.
You can have 20 clients connecting and disconnecting to the same folder,
but until one of them issues an EXPUNGE or a CLOSE, the \Deleted messages
will not be removed. See RFC2060 section 6.4.2.
--lyndon