merger
authoradam <adam@megacz.com>
Mon, 10 Jan 2005 02:49:46 +0000 (02:49 +0000)
committeradam <adam@megacz.com>
Mon, 10 Jan 2005 02:49:46 +0000 (02:49 +0000)
darcs-hash:20050110024946-5007d-437d1a7bd971f6347794b4a82a9b08d12264019f.gz

src/org/ibex/mail/protocol/NNTP.java

index b8f9b29..7fa9409 100644 (file)
@@ -1,3 +1,13 @@
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the Apache Public Source License 2.0 ("the License").
+// You may not use this file except in compliance with the License.
+
+// 500 unrec. command
+// 501 syntax error
+// 503 optional subfeature not supported 
+// Xref header
+// LIST EXTENSIONS is probably incomplete
+
 package org.ibex.mail.protocol;
 import org.ibex.util.*;
 import org.ibex.io.*;