On Wed, Mar 3, 2010 at 7:02 AM, Manuel Carrasco Moñino <[email protected]> wrote: > On Wed, Mar 3, 2010 at 6:55 AM, Norman Maurer
<snip> >> 2010/3/2 Manuel Carrasco Moñino <[email protected]>: >>> Norman, I've removed the piece of code where Hupa was using the 'uid >>> expunge' command in the class InImapUserPreferencesStorage. It is also >>> used in DeleteMessageByUidHandler, but here the exception is caught to >>> use the standard way. >>> >>> Robert, thanks for the information, I agree with you about UIDPLUS >>> should be implemented in the future. >> >> Be careful, or you will need to volunteer for it =P > > Yeah, you are right, perhaps when I knew a bit more about imap stuff I > could do it, but right now I can not address the issue. UIDPLUS would be an excellent way for anyone to start playing with IMAP. IIRC the backend already supports these features and it should be possible just to assemble the codec from the existing components. writing the protocol handler is then just a case of unpacking the incoming message object, calling the backend API and then creating a suitable outgoing message. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
