You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Sascha Kulawik <sa...@kulawik.de> on 2002/07/31 23:23:56 UTC

IMAP - current Status

Hello again, it's me :)

I'm working hard on the IMAP Implementation - I guess, that it would be
stable at the end of this month, probably.

In the last days I've fixed only bugs in the old Implementation,
especially in the CommandFetch, the FileMailbox and in the UID
Generation in the BaseCommand. 
Also I'm on the way to implement ALL Commands as UID Commands. That
means, that every Command in AuthenticatedSelectedState will be aviable
as normal MSN operation as well as UID operation. 
I think, thats not needed for every command in RFC2060, but now it would
be possible for some crap-clients.
The Namespace Feature of RFC2342 has been deleted - I think it's more
important to get the RFC2060 commands fully and stable working before
implementing additional features such as Namespaces.
Also I'm testing with Outlook and Outlook Express and the IMAP
Implementation works stable with this both clients.
One feature is currently not completed, thats the AppendCommand. This
command is needed for saving mails in the "send" folder.

Ok,
Thats the status today, I will inform you about updates as soon as
possible :)

Greetings,
Sascha