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
199b79c3
Kaydet (Commit)
199b79c3
authored
Şub 20, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added descriptions for BabylMailbox and Maildir (Qmail) mailbox
objects.
üst
67d229ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
libmailbox.tex
Doc/lib/libmailbox.tex
+15
-5
No files found.
Doc/lib/libmailbox.tex
Dosyayı görüntüle @
199b79c3
\section
{
\module
{
mailbox
}
---
Read various mailbox formats.
}
\declaremodule
{
standard
}{
mailbox
}
Read various mailbox formats
}
\declaremodule
{
standard
}{
mailbox
}
\modulesynopsis
{
Read various mailbox formats.
}
This module defines a number of classes that allow easy and uniform
access to mail messages in a (
\UNIX
{}
) mailbox.
...
...
@@ -27,8 +26,19 @@ file with a numeric name.
The name of the mailbox directory is passed in
\var
{
dirname
}
.
\end{classdesc}
\subsection
{
Mailbox Objects
}
\label
{
mailbox-objects
}
\begin{classdesc}
{
Maildir
}{
dirname
}
Access a Qmail mail directory. All new and current mail for the
mailbox specified by
\var
{
dirname
}
is made available.
\end{classdesc}
\begin{classdesc}
{
BabylMailbox
}{
fp
}
Access a Babyl mailbox, which is similar to an MMDF mailbox. Mail
messages start with
\code
{
'*** EOOH ***
\n
'
}
and end with
\code
{
'
\0
37
\0
14
\n
'
}
.
\end{classdesc}
\subsection
{
Mailbox Objects
\label
{
mailbox-objects
}}
All implementations of Mailbox objects have one externally visible
method:
...
...
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