From: adam Date: Mon, 10 Jan 2005 02:49:46 +0000 (+0000) Subject: merger X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=97d7631c5b1fba754e06163fa14965ab1eab8e72;p=org.ibex.mail.git merger darcs-hash:20050110024946-5007d-437d1a7bd971f6347794b4a82a9b08d12264019f.gz --- diff --git a/src/org/ibex/mail/protocol/NNTP.java b/src/org/ibex/mail/protocol/NNTP.java index b8f9b29..7fa9409 100644 --- a/src/org/ibex/mail/protocol/NNTP.java +++ b/src/org/ibex/mail/protocol/NNTP.java @@ -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.*;