Re: Camel.Store or Camel.Folder sync()
Parthasarathi Susarla <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.devel |
|---|---|
| Organization | Novell Software Development (I) Ltd. |
| Message-ID | <[email protected]> |
On Tue, 2006-02-28 at 15:21 +0100, Jules Colding wrote: > Hi, > > Both methods seem to be designed to do the same wrt deleted messages - > namely to expunge them if the option is set. > > Where should I put the expunge functionality? In the store > implementation or in the folder implementation?? Expunge is a folder operation, so it would go into the CamelFolder Class. There is a method you need to implement in CamelFolderClass for expunge -partha