url.texi
1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@comment See rfc2368, rfc2369, rfc2384
Instead of providing different functions to create a mailbox_t and mailer_t the
information is encoded in the form of a URL.
@itemize @bullet
@item
POP3 Post Office Protocol, Not Implemented.
@item
IMAP, not implemented
@item
QMAIL, not implemented
@item
Unix mbox
@item
MMDF, not implemented
@item
SMail, not implemented
@end itemize
The URL will contain the necessary information to initialize @code{mailbox_t}
properly.
@subsection POP3
pop://<user>;AUTH=<auth>@@<hostname>:<port>
Description of the fields and examples are needed.
@subsection IMAP
imap://.....
Description of the fields and examples are needed.
@subsection File
file://path
Description of the fields and examples are needed.
@subsection MMDF
mmdf://path
Description of the fields and examples are needed.
@subsection MH
mh://path
Description of the fields and examples are needed.
@subsection Mailto
mailto://
Description of the fields and examples are needed.
@subsection mmp
mmp://
Description of the fields and examples are needed.