File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ \section{\module{smtplib} ---
1111The \module {smtplib} module defines an SMTP client session object that
1212can be used to send mail to any Internet machine with an SMTP or ESMTP
1313listener daemon. For details of SMTP and ESMTP operation, consult
14- \rfc {821} (\emph {Simple Mail Transfer Protocol }) and \rfc {1869}
15- (\emph {SMTP Service Extensions }).
14+ \rfc {821} (\citetitle {Simple Mail Transfer Protocol }) and \rfc {1869}
15+ (\citetitle {SMTP Service Extensions }).
1616
1717\begin {classdesc }{SMTP}{\optional {host\optional {, port}}}
1818A \class {SMTP} instance encapsulates an SMTP connection. It has
@@ -249,11 +249,11 @@ \subsection{SMTP Example \label{SMTP-example}}
249249
250250
251251\begin {seealso }
252- \seetext {Internet \rfc {821}, \emph {Simple Mail Transfer Protocol }.
252+ \seetext {Internet \rfc {821}, \citetitle {Simple Mail Transfer Protocol }.
253253 Available online at
254254 \url {http://info.internet.isi.edu/in-notes/rfc/files/rfc821.txt}.}
255255
256- \seetext {Internet \rfc {1869}, \emph {SMTP Service Extensions }.
256+ \seetext {Internet \rfc {1869}, \citetitle {SMTP Service Extensions }.
257257 Available online at
258258 \url {http://info.internet.isi.edu/in-notes/rfc/files/rfc1869.txt}.}
259259\end {seealso }
You can’t perform that action at this time.
0 commit comments