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
ba3b47a6
...
ba3b47a66009cf8b4bcce457f7d7f32a4aba2d1c
authored
2002-02-07 05:22:53 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Documentation and build fixes
1 parent
e8cb49a6
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
94 additions
and
4 deletions
.cvsignore
ChangeLog
doc/man/Makefile.am
doc/man/popauth.1
doc/texinfo/mailer.texi
doc/texinfo/programs.texi
guimb/.cvsignore
readmsg/.cvsignore
sieve/Makefile.am
.cvsignore
View file @
ba3b47a
...
...
@@ -22,3 +22,4 @@ missing
mkinstalldirs
stamp-h
stamp-h.in
stamp-h1
...
...
ChangeLog
View file @
ba3b47a
2002
-
02
-
07
Jeff
Bailey
<
jbailey
@outpost
.
dnsalias
.
org
>
*
guimb
/
.
cvsignore
:
Add
.
libs
*
.
cvsignore
:
Add
stamp
-
h1
*
sieve
/
Makefile
.
am
:
Add
sieve
.
h
for
make
dist
.
*
doc
/
texinfo
/
programs
.
texi
:
Put
break
between
@end
itemize
and
}
to
quiet
error
from
texi2dvi
.
*
doc
/
texinfo
/
mailer
.
texi
:
Add
space
to
quiet
error
from
makeinfo
.
*
readmsg
/
.
cvsignore
:
New
File
*
doc
/
man
/
popauth
.
1
:
New
file
.
*
doc
/
man
/
Makefile
.
am
:
Add
popauth
.
1
2002
-
02
-
05
Sergey
Poznyakoff
Use
argp_
functions
instead
of
getopt
to
parse
command
...
...
doc/man/Makefile.am
View file @
ba3b47a
man_MANS
=
pop3d.1 imap4d.1
man_MANS
=
pop3d.1 imap4d.1
popauth.1
EXTRA_DIST
=
$(man_MANS)
...
...
doc/man/popauth.1
0 → 100644
View file @
ba3b47a
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH POPAUTH 1 "November 20th, 2001"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
popauth \- Setup APOP passwords
.SH SYNOPSIS
.B popauth
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B popauth
command.
Default action is to convert plaintext to DBM file.
This man page is not intended to be complete.
The programs are documented fully by
.IR "mailutils" ,
available via the Info system.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For a complete description, see the Info files.
.TP
.B \-f, \-\-file=FILE
Read input from FILE (default stdin)
.TP
.B \-o, \-\-output=FILE
Direct output to FILE
.TP
.B \-l, \-\-list
List the contents of DBM file
.TP
.B \-h, \-\-help
Display this help and exit
.TP
.B \-v, \-\-version
Display program version
.br
.SH AUTHOR
This manual page was written by Jeff Bailey <jbailey@gnu.org>.
Copyright (C) 2001 Free Software Foundation. This document is
in the PUBLIC DOMAIN.
doc/texinfo/mailer.texi
View file @
ba3b47a
...
...
@@ -18,7 +18,7 @@ The API is still changing.
@deftypefun
int
mailer_close
(
mailer_t
)
@end
deftypefun
@deftypefun
int
mailer_send_message
(
mailer_t
@var
{
mailer
},
message_t
@var
{
msg
},
address_t
@var
{
from
},
address_t
@var
{
to
});
@deftypefun
int
mailer_send_message
(
mailer_t
@var
{
mailer
},
message_t
@var
{
msg
},
address_t
@var
{
from
},
address_t
@var
{
to
});
If
from
is
not
@var
{
NULL
},
it
must
containg
a
single
fully
qualified
RFC2822
email
address
which
will
be
used
as
the
envelope
from
...
...
doc/texinfo/programs.texi
View file @
ba3b47a
@c
This
is
part
of
the
GNU
Mailutils
manual
.
@c
This
is
part
of
the
GNU
Mailutils
manual
.
@c
Copyright
(
C
)
1999
,
2000
,
2001
Free
Software
Foundation
,
Inc
.
@c
See
file
mailutils
.
texi
for
copying
conditions
.
@comment
*******************************************************************
...
...
@@ -39,7 +39,8 @@ are:
@item
pop3d
@item
mail
.
local
@item
comsatd
@end
itemize
}
@end
itemize
}
The
@file
{
mailutils
.
rc
}
has
a
simple
line
-
oriented
syntax
.
Upon
startup
,
each
mailutils
program
scans
this
file
for
a
line
that
...
...
guimb/.cvsignore
View file @
ba3b47a
...
...
@@ -5,3 +5,4 @@ guile-procedures.txt
.deps
*.doc
*.x
.libs
...
...
readmsg/.cvsignore
0 → 100644
View file @
ba3b47a
Makefile.in
Makefile
.deps
.libs
readmsg
sieve/Makefile.am
View file @
ba3b47a
...
...
@@ -46,6 +46,7 @@ HDR = \
message.h
\
parseaddr.h
\
script.h
\
sieve.h
\
sieve_err.h
\
sieve_interface.h
\
svfield.h
\
...
...
Please
register
or
sign in
to post a comment