patchClasspath Extensions - Patches: patch #3545, Mail : Patch addind deleted flag...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3545: Mail : Patch addind deleted flag support

Submitter:  Xavier Poinsard <xpoinsar>
Submitted:  Fri 03 Dec 2004 02:41:19 PM UTC
   
 
Category:  None Priority:  1 - Later
Status:  Done Privacy:  Public
Assigned to:  dog Open/Closed:  Closed

Mon 05 Sep 2005 03:38:30 PM UTC, comment #3: 

Set the delete flag on the message to delete :

msg.setFlag(Flags.Flag.DELETED, true);

and close the Inbox folder with the expunge flag:

folder.close(true);

Xavier Poinsard <xpoinsar>
Mon 05 Sep 2005 03:14:13 PM UTC, comment #2: 

why can't i have it work? :( please help me...im in desperation..... :(

Anonymous
Wed 05 Jan 2005 07:07:29 PM UTC, comment #1: 

Thanks, I've applied this patch and cleaned up the mbox classes to conform to proper GNU coding style.

Chris Burdess <dog>
Group administrator
Fri 03 Dec 2004 02:41:19 PM UTC, original submission:  

This patch implement setFlags on POP3Message and add messages to delete to POP3Folder.deleted list.
=> messages can now be deleted

Xavier Poinsard <xpoinsar>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8123:  patchDelete.txt added by xpoinsar (2KiB - text/plain - the patch adding deleted support)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-01-05 dog StatusNone Done
    Assigned toNone dog
    Open/ClosedOpen Closed
2004-12-03 xpoinsar Attached File- Added patchDelete.txt, #3913

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code