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
d7c3d27e
...
d7c3d27e325d21a2301f6d6ab31aceec00386b61
authored
2005-01-17 11:31:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed sectioning
1 parent
158410fb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
30 deletions
doc/texinfo/fdl.texi
doc/texinfo/programs.texi
doc/texinfo/url.texi
doc/texinfo/fdl.texi
View file @
d7c3d27
...
...
@@ -406,7 +406,7 @@ as a draft) by the Free Software Foundation.
@end
enumerate
@page
@appendixs
ubs
ec
ADDENDUM
:
How
to
use
this
License
for
your
documents
@appendixsec
ADDENDUM
:
How
to
use
this
License
for
your
documents
To
use
this
License
in
a
document
you
have
written
,
include
a
copy
of
the
License
in
the
document
and
put
the
following
copyright
and
...
...
doc/texinfo/programs.texi
View file @
d7c3d27
...
...
@@ -2380,7 +2380,7 @@ sensitive. Normally only the first message which matches the pattern will be
printed.
@end enumerate
@subheading Command line options
@sub
sub
heading Command line options
@table @option
...
...
doc/texinfo/url.texi
View file @
d7c3d27
...
...
@@ -8,15 +8,15 @@ A mailbox or a mailer can be described in a URL, the string will contain the
necessary
information
to
initialize
@code
{
mailbox_t
},
or
@code
{
mailer_t
}
properly
.
@subheading
POP3
@sub
sub
heading
POP3
The
POP
URL
scheme
contains
a
POP
server
,
optional
port
number
and
the
authentication
mechanism
.
The
general
form
is
@smallexample
@group
@
url
{
pop
:
//[<@var{user}>[;AUTH=<@var{auth}>]@@]<@var{host}>[:<@var{port}>
]}
@
indicateurl
{
pop
:
//[@var{user}[;AUTH=@var{auth}]@@]@var{host}[:@var{port}
]}
or
@
url
{
pop
:
//[<@var{user}>[:<@var{passwd}>]@@]<@var{host}>[:<@var{port}>
]}
@
indicateurl
{
pop
:
//[@var{user}[:@var{passwd}]@@]@var{host}[:@var{port}
]}
@end
group
@end
smallexample
...
...
@@ -26,24 +26,24 @@ The special string @emph{;AUTH=*} indicates that the client will use
a
default
scheme
base
on
the
capability
of
the
server
.
@smallexample
@url
{
pop
:
//obelix@@gaulois.org}
@url
{
pop
:
//asterix;AUTH=*@@france.com}
@url
{
pop
:
//falbala;AUTH=+APOP@@france.com}
@url
{
pop
:
//obelix;AUTH=+APOP@@village.gaulois.org:2000}
@url
{
pop
:
//obelix:menhir@@village.gaulois.org:2000}
@
indicate
url
{
pop
:
//obelix@@gaulois.org}
@
indicate
url
{
pop
:
//asterix;AUTH=*@@france.com}
@
indicate
url
{
pop
:
//falbala;AUTH=+APOP@@france.com}
@
indicate
url
{
pop
:
//obelix;AUTH=+APOP@@village.gaulois.org:2000}
@
indicate
url
{
pop
:
//obelix:menhir@@village.gaulois.org:2000}
@end
smallexample
For
more
complete
information
see
@cite
{
RFC
2368
}.
@subheading
IMAP
@sub
sub
heading
IMAP
The
IMAP
URL
scheme
contains
an
IMAP
server
,
optional
port
number
and
the
authentication
mechanism
.
The
general
form
is
@smallexample
@group
@
url
{
imap
:
//[<@var{user}>[;AUTH=<@var{type}>]]@@<@var{host}>[:@var{port}][/<@var{mailbox}>
]}
@
indicateurl
{
imap
:
//[@var{user}[;AUTH=@var{type}]]@@@var{host}[:@var{port}][/@var{mailbox}
]}
or
@
url
{
imap
:
//[<@var{user}>[:<@var{passwd}>]]@@<@var{host}>[:@var{port}][/<@var{mailbox}>
]}
@
indicateurl
{
imap
:
//[@var{user}[:@var{passwd}]]@@@var{host}[:@var{port}][/@var{mailbox}
]}
@end
group
@end
smallexample
...
...
@@ -53,14 +53,14 @@ The special string @emph{;AUTH=*} indicates that the client will use
a
default
scheme
base
on
the
capability
of
the
server
.
@smallexample
@url
{
imap
:
//obelix@@imap.gaulois.org}
@url
{
imap
:
//asterix;AUTH=*@@imap.france.com}
@url
{
imap
:
//asterix:potion@@imap.france.com}
@
indicate
url
{
imap
:
//obelix@@imap.gaulois.org}
@
indicate
url
{
imap
:
//asterix;AUTH=*@@imap.france.com}
@
indicate
url
{
imap
:
//asterix:potion@@imap.france.com}
@end
smallexample
For
more
complete
information
see
@cite
{
RFC
2192
}.
@subheading
File
@sub
sub
heading
File
Local
folder
should
be
handle
by
this
URL
.
It
is
preferable
to
let
the
mailbox
recognize
the
type
of
mailbox
and
take
the
appropriate
...
...
@@ -68,37 +68,37 @@ action.
@smallexample
@group
@url
{
file
:
//@var{path}}
@url
{
file
:
//var/mail/user}
@url
{
file
:
//home/obelix/Mail}
@
indicate
url
{
file
:
//@var{path}}
@
indicate
url
{
file
:
//var/mail/user}
@
indicate
url
{
file
:
//home/obelix/Mail}
@end
group
@end
smallexample
For
MMDF
,
MH
local
mailboxes
URLs
are
provided
,
but
it
is
preferable
to
use
@url
{
file
:
//@var{path}} and let the library figure out which one.
use
@
indicate
url
{
file
:
//@var{path}} and let the library figure out which one.
@smallexample
@group
@url
{
mmdf
:
//@var{path}}
@url
{
mh
:
//@var{path}}
@
indicate
url
{
mmdf
:
//@var{path}}
@
indicate
url
{
mh
:
//@var{path}}
@end
group
@end
smallexample
@subheading
Mailto
@sub
sub
heading
Mailto
After
setting
a
mailer
,
@url
{
mailto
:
}
is
used
to
tell
the
mailer
where
After
setting
a
mailer
,
@
indicate
url
{
mailto
:
}
is
used
to
tell
the
mailer
where
and
to
whom
the
message
is
for
.
@smallexample
@url
{
mailto
:
//@var{hostname}}
@
indicate
url
{
mailto
:
//@var{hostname}}
@end
smallexample
Mailto
can
be
used
to
generate
short
messages
,
for
example
to
subscribe
to
mailing
lists
.
@smallexample
@url
{
mailto
:
//bug-mailutils@@gnu.org?body=subscribe}
@url
{
mailto
:
//bug-mailutils@@gnu.org?Subject=hello&body=subscribe}
@
indicate
url
{
mailto
:
//bug-mailutils@@gnu.org?body=subscribe}
@
indicate
url
{
mailto
:
//bug-mailutils@@gnu.org?Subject=hello&body=subscribe}
@end
smallexample
For
more
complete
information
see
@cite
{
RFC
2368
}.
...
...
@@ -107,7 +107,7 @@ For more complete information see @cite{RFC 2368}.
@c
URL
Functions
@c
@subheading
URL
Functions
@sub
sub
heading
URL
Functions
Helper
functions
are
provided
to
retrieve
and
set
the
@emph
{
URL
}
fields
.
...
...
@@ -196,7 +196,7 @@ a @code{strdup()}.
@deftypefun
int
url_is_ticket
(
url_t
@var
{
ticket
},
url_t
@var
{
url
})
@end
deftypefun
@subheading
Example
@sub
sub
heading
Example
@smallexample
@include
url
-
parse
.
inc
@end
smallexample
...
...
Please
register
or
sign in
to post a comment