Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
90e68786
Commit
90e68786
authored
Sep 27, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Markup adjustments.
parent
d443d8cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Doc/lib/email.tex
Doc/lib/email.tex
+5
-4
No files found.
Doc/lib/email.tex
View file @
90e68786
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
\modulesynopsis
{
Package supporting the parsing, manipulating, and
\modulesynopsis
{
Package supporting the parsing, manipulating, and
generating email messages, including MIME documents.
}
generating email messages, including MIME documents.
}
\moduleauthor
{
Barry A. Warsaw
}{
barry@zope.com
}
\moduleauthor
{
Barry A. Warsaw
}{
barry@zope.com
}
\sectionauthor
{
Barry A. Warsaw
}{
barry@zope.com
}
\versionadded
{
2.2
}
\versionadded
{
2.2
}
...
@@ -182,15 +183,15 @@ Changes have been made so that
...
@@ -182,15 +183,15 @@ Changes have been made so that
method names are more consistent, and some methods or modules have
method names are more consistent, and some methods or modules have
either been added or removed. The semantics of some of the methods
either been added or removed. The semantics of some of the methods
have also changed. For the most part, any functionality available in
have also changed. For the most part, any functionality available in
\module
{
mimelib
}
is still available in the
\module
{
email
}
package,
\module
{
mimelib
}
is still available in the
\
ref
module
{
email
}
package,
albeit often in a different way.
albeit often in a different way.
Here is a brief description of the differences between the
Here is a brief description of the differences between the
\module
{
mimelib
}
and the
\module
{
email
}
packages, along with hints on
\module
{
mimelib
}
and the
\
ref
module
{
email
}
packages, along with hints on
how to port your applications.
how to port your applications.
Of course, the most visible difference between the two packages is
Of course, the most visible difference between the two packages is
that the package name has been changed to
\module
{
email
}
. In
that the package name has been changed to
\
ref
module
{
email
}
. In
addition, the top-level package has the following differences:
addition, the top-level package has the following differences:
\begin{itemize}
\begin{itemize}
...
@@ -249,7 +250,7 @@ It does have some additional smarts to recognize
...
@@ -249,7 +250,7 @@ It does have some additional smarts to recognize
a
\class
{
Message
}
instance containing separate
\class
{
Message
}
a
\class
{
Message
}
instance containing separate
\class
{
Message
}
subparts for each header block in the delivery status
subparts for each header block in the delivery status
notification
\footnote
{
Delivery Status Notifications (DSN) are defined
notification
\footnote
{
Delivery Status Notifications (DSN) are defined
in
\rfc
{
1894
}}
.
in
\rfc
{
1894
}
.
}
.
The
\class
{
Generator
}
class has no differences in its public
The
\class
{
Generator
}
class has no differences in its public
interface. There is a new class in the
\refmodule
{
email.Generator
}
interface. There is a new class in the
\refmodule
{
email.Generator
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment