sperber
9b59e5bbe6
Fix insignificant typo.
2003-01-21 14:57:12 +00:00
sperber
c04d46910c
Rewrite the NETRC library to something more general and much shorter,
...
along with up-to-date information. Get FTP and POP3 to use the new
code.
2003-01-21 14:20:13 +00:00
sperber
0cb68b88c9
In POP3:
...
- export POP3-ERROR?
- rename POP3-GET -> POP3-RETRIEVE-MESSAGE,
POP3-HEADERS -> POP3-RETRIEVE-HEADERS
2003-01-21 08:21:20 +00:00
sperber
4abd90075b
Remove "POP3-" prefix from various internal procedure names.
2003-01-21 08:18:05 +00:00
sperber
35b837a3b0
Comment fixes.
2003-01-21 08:14:56 +00:00
sperber
81395d1e48
- remove comments about procedure types.
...
- don't return status from those procedures that used to
2003-01-21 08:13:48 +00:00
sperber
1ee07495ba
For POP3-GET return two values (headers and list of body lines)
...
instead of dumping the message to (current-output-port).
2003-01-20 16:52:25 +00:00
sperber
bdb1cc6b27
Parse headers in POP3-HEADERS.
2003-01-20 16:44:47 +00:00
sperber
7d91324b9a
Signal correct error (not a CALL-ERROR) from
...
POP3-CHECK-TRANSACTION-STATE!; also pass correct caller to it.
2003-01-20 15:12:03 +00:00
sperber
d27381ba4c
Actually signal 'POP3-ERROR instead of '-ERR.
2003-01-20 15:08:44 +00:00
sperber
4ef92c949a
In POP3:
...
replace uses of FORMAT
2003-01-20 15:07:51 +00:00
sperber
99819b7a47
(write-string "\n" port) -> (newline port)
2003-01-20 15:02:59 +00:00
sperber
3ef18b6abf
In POP3:
...
rewrite POP3-DUMP to something legible
2003-01-20 15:02:22 +00:00
sperber
321bb04603
- lower-case "LOG"
...
- slightly beautify POP3-LOG
- rename LOGFD -> LOG-PORT
2003-01-20 14:55:57 +00:00
sperber
b8d8ef0ff6
Remove old definition of MD5-DIGEST.
2003-01-20 14:54:33 +00:00
sperber
490565781a
- READ-LINE -> READ-CRLF-LINE
...
- lower-case "IN" and "OUT"
2003-01-20 14:53:50 +00:00
sperber
74f9e4f704
In POP3:
...
- consolidate login procedure into POP3-CONNECT
- logging goes to a port, not a file
- fix error-handling bug in pop3-login
- rename POP3-LOGIN/APOP -> POP3-APOP-LOGIN
- replace POSIX regexp for challenge by SRE
2003-01-20 14:52:03 +00:00
sperber
7bfa52c689
Remove comments that have migrated to the documentation.
2003-01-20 14:13:26 +00:00
mainzelm
1087695e37
Use our own md5 library to generate MD5 sum instead of calling an external program.
2003-01-16 16:40:51 +00:00
sperber
29fc6b1b9d
Use DEFINE-RECORD-TYPES instead of DEFREC-PACKAGE in POP3.
2002-12-03 10:55:08 +00:00
sperber
0db1d98d53
Remove comments about portability.
2002-12-03 10:52:15 +00:00
sperber
9b272be2b7
Use DEFINE-RECORD-TYPES instead of DEFREC-PACKAGE in NETRC.
2002-12-03 10:50:26 +00:00
sperber
aeeeea79c1
Add copyright notice.
2002-08-27 09:03:22 +00:00
interp
6f2c0d7991
eliminating ecm-utilities, code partial moved to sunet-utilities
2002-08-26 14:49:17 +00:00
sperber
3a166202d8
Moved from top-level directory.
2002-06-08 15:07:01 +00:00