Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
45276f67
...
45276f67e356e7e076be0a0fa763265fbf960ced
authored
2007-08-18 11:12:20 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(URL) Document POPS and IMAPS protocols.
1 parent
9a659824
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
doc/texinfo/url.texi
doc/texinfo/url.texi
View file @
45276f6
...
...
@@ -36,6 +36,20 @@ a default scheme base on the capability of the server.
For
more
complete
information
see
@cite
{
RFC
2368
}.
@subsubheading
POP3S
(
POP3
Over
SSL
)
The
POP3S
URL
scheme
contains
a
POP
server
over
SSL
,
optional
port
number
and
the
authentication
mechanism
.
The
general
form
is
@smallexample
@group
@indicateurl
{
pops
:
//[@var{user}[;AUTH=@var{auth}]@@]@var{host}[:@var{port}]}
or
@indicateurl
{
pops
:
//[@var{user}[:@var{passwd}]@@]@var{host}[:@var{port}]}
@end
group
@end
smallexample
If
@emph
{
:
port
}
is
omitted
the
default
value
is
995
.
@subsubheading
IMAP
The
IMAP
URL
scheme
contains
an
IMAP
server
,
optional
port
number
and
the
authentication
mechanism
.
The
general
form
is
...
...
@@ -61,6 +75,20 @@ a default scheme base on the capability of the server.
For
more
complete
information
see
@cite
{
RFC
2192
}.
@subsubheading
IMAPS
(
IMAP
Over
SSL
)
The
IMAPS
URL
scheme
contains
an
IMAP
server
over
SSL
,
optional
port
number
and
the
authentication
mechanism
.
The
general
form
is
@smallexample
@group
@indicateurl
{
imaps
:
//[@var{user}[;AUTH=@var{type}]]@@@var{host}[:@var{port}][/@var{mailbox}]}
or
@indicateurl
{
imaps
:
//[@var{user}[:@var{passwd}]]@@@var{host}[:@var{port}][/@var{mailbox}]}
@end
group
@end
smallexample
If
@emph
{
:
port
}
is
omitted
the
default
value
is
993
.
@subsubheading
File
Local
folder
should
be
handle
by
this
URL
.
It
is
preferable
to
let
...
...
Please
register
or
sign in
to post a comment