Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
39a23cc1
Kaydet (Commit)
39a23cc1
authored
Haz 02, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Doc for mailbox.tex (Jack)
üst
6cb2ac22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
84 additions
and
0 deletions
+84
-0
libmailbox.tex
Doc/lib/libmailbox.tex
+42
-0
libmailbox.tex
Doc/libmailbox.tex
+42
-0
No files found.
Doc/lib/libmailbox.tex
0 → 100644
Dosyayı görüntüle @
39a23cc1
\section
{
Standard Module
\sectcode
{
mailbox
}}
\stmodindex
{
mailbox
}
\renewcommand
{
\indexsubitem
}{
(in module mailbox)
}
This module defines a number of classes that allow easy and uniform
access to mail messages in a (unix) mailbox.
\begin{funcdesc}
{
UnixMailbox
}{
fp
}
Access a classic unix-style mailbox, where all messages are contained
in a single file and separated by ``From name time'' lines.
\var
{
Fp
}
is the file object pointing to the mailbox file.
\end{funcdesc}
\begin{funcdesc}
{
MmdfMailbox
}{
fp
}
Access an MMDF-style mailbox, where all messages are contained
in a single file and separated by lines consisting of 4 control-A
characters.
\var
{
Fp
}
is the file object pointing to the mailbox file.
\end{funcdesc}
\begin{funcdesc}
{
MHMailbox
}{
dirname
}
Access an MH mailbox, a directory with each message in a separate
file with a numeric name.
\var
{
Dirname
}
is the name of the mailbox directory.
\end{funcdesc}
\subsection
{
Mailbox Objects
}
All implementations of Mailbox objects have one externally visible
method:
\begin{funcdesc}
{
next
}{}
Return the next message in the mailbox, as a
\code
{
rfc822.Message
}
object=
=2E
Depending on the mailbox implementation the
\var
{
fp
}
attribute of this
object may be a true file object or a class instance simulating a file ob=
ject,
taking care of things like message boundaries if multiple mail messages a=
re
contained in a single file, etc.
\end{funcdesc}
Doc/libmailbox.tex
0 → 100644
Dosyayı görüntüle @
39a23cc1
\section
{
Standard Module
\sectcode
{
mailbox
}}
\stmodindex
{
mailbox
}
\renewcommand
{
\indexsubitem
}{
(in module mailbox)
}
This module defines a number of classes that allow easy and uniform
access to mail messages in a (unix) mailbox.
\begin{funcdesc}
{
UnixMailbox
}{
fp
}
Access a classic unix-style mailbox, where all messages are contained
in a single file and separated by ``From name time'' lines.
\var
{
Fp
}
is the file object pointing to the mailbox file.
\end{funcdesc}
\begin{funcdesc}
{
MmdfMailbox
}{
fp
}
Access an MMDF-style mailbox, where all messages are contained
in a single file and separated by lines consisting of 4 control-A
characters.
\var
{
Fp
}
is the file object pointing to the mailbox file.
\end{funcdesc}
\begin{funcdesc}
{
MHMailbox
}{
dirname
}
Access an MH mailbox, a directory with each message in a separate
file with a numeric name.
\var
{
Dirname
}
is the name of the mailbox directory.
\end{funcdesc}
\subsection
{
Mailbox Objects
}
All implementations of Mailbox objects have one externally visible
method:
\begin{funcdesc}
{
next
}{}
Return the next message in the mailbox, as a
\code
{
rfc822.Message
}
object=
=2E
Depending on the mailbox implementation the
\var
{
fp
}
attribute of this
object may be a true file object or a class instance simulating a file ob=
ject,
taking care of things like message boundaries if multiple mail messages a=
re
contained in a single file, etc.
\end{funcdesc}
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