Check-in Number:
|
582 | |
Date: |
2001-Aug-01 09:05:50 (local)
2001-Aug-01 07:05:50 (UTC) |
User: | thl |
Branch: | |
Comment: |
kick out statetables, add some RFC research |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/00TODO 1.5 -> 1.6
--- 00TODO 2001/07/25 11:29:38 1.5
+++ 00TODO 2001/08/01 07:05:50 1.6
@@ -30,22 +30,7 @@
QUIT <CRLF>
-State Function Continue
------+--------+-----------------
- 0 wait() LHLO > 1, MAIL > 2
- 1 wait() MAIL > 2
- 2 wait() RCPT > 3
- 3 wait() RCPT > 3, DATA > 4
- 4 data() >1
-
- x wait() RSET > 1
- x wait() NOOP > x
- x wait() QUIT > exit
-
-readline() from pth test*
rfc822 header parsing from petidomo
-string functions from http://www.engelschall.com/sw/str
-
o posting@news.de.cw.net
Newsgroup: cw.alert
@@ -60,7 +45,28 @@
ID logging problem
-lmtp_reset() is to be called from a callback, usually RSET. It cleans up all
-messages, see lmtp_message().
-
+--- RFC2800 ----
+2800 Internet Official Protocol Standards. J. Reynolds, R. Braden, S.
+ Ginoza. May 2001. (Format: TXT=101648 bytes) (Obsoletes RFC2700)
+ (Also STD1) (Status: STANDARD)
+ RFC STD
+SMTP-Pipe SMTP Service Extension for Command Pipelining 2920 60*
+SMTP [Reserved for Simple Mail Transfer Protocol (SMTP). 10*
+ See RFC 2821.]
+MAIL [Reserved for Internet Message Format. See RFC 11*
+ See RFC 2822.]
+
+--- RFC2821 ---
+2821 Simple Mail Transfer Protocol. J. Klensin, Editor. April 2001.
+ (Format: TXT=192504 bytes) (Obsoletes RFC0821, RFC0974, RFC1869)
+ (Status: PROPOSED STANDARD)
+
+--- RFC2822 ---
+2822 Internet Message Format. P. Resnick, Editor. April 2001. (Format:
+ TXT=110695 bytes) (Obsoletes RFC0822) (Status: PROPOSED STANDARD)
+
+--- RFC2920 ---
+2920 SMTP Service Extension for Command Pipelining. N. Freed.
+ September 2000. (Format: TXT=17065 bytes) (Obsoletes RFC2197) (Also
+ STD0060) (Status: STANDARD)
|
|