* smtp.el (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
authoryamaoka <yamaoka>
Tue, 8 Dec 1998 10:13:48 +0000 (10:13 +0000)
committeryamaoka <yamaoka>
Tue, 8 Dec 1998 10:13:48 +0000 (10:13 +0000)
commit6b0233aaf55902f1eb8e2fa395b2397e52abef45
tree978d619b8bd1172a103e8c39f1788c4505f9f950
parent943cda12327aa2fde986f8ddc04c8e0a25a557aa
* smtp.el (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
`open-network-stream'.
* pop3.el (pop3-open-server): Likewise.
* nntp.el (nntp-open-network-stream): Likewise.
* gnus-gl.el (bbb-connect-to-bbbd): Likewise.

* nntp.el (nntp-open-rlogin): Enclose `start-process' with `as-binary-process'.
(nntp-open-telnet): Likewise.

* smtp.el (smtp-coding-system): Abolished.

* nntp.el (nntp-coding-system-for-write): Abolished.
(nntp-coding-system-for-read): Abolished.

* nntp.el: Don't require `tcp'.
* nndb.el: Likewise.
lisp/gnus-gl.el
lisp/nndb.el
lisp/nntp.el
lisp/pop3.el
lisp/smtp.el