On Tue, 9 Dec 2003, Antonio Cambule wrote: > That is why I said there should be no problem for me writing an IMAP > Server. I think the most difficult work is done. It's "only" > understanding the RFCs and examples in there and the methods IMAP works > with.
Your problems were in syntax errors. This indicates that you are not using the Formal Syntax, and instead are guessing the syntax from the text in the RFC. If you had used the Formal Syntax, you never would have made those errors. Don't do that. Use the Formal Syntax. Make your server rigorously follow the rules listed therein. Otherwise, you will be doomed to inflict Yet Another Broken Server upon the IMAP world. -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate. Si vis pacem, para bellum.
