Commit 8c01abf8 8c01abf80071fbfc898dc4b83628b555abbbad20 by Wojciech Polak

Updated

1 parent 80ae46b3
2004-02-08 Wojciech Polak
* doc/texinfo/*: Updated to the current API.
* doc/man/*: Too many outdated stuff... Replaced it
with the "always fresh" man pages ;).
2004-02-05 Sergey Poznyakoff
* include/mailutils/header.h (MU_HEADER_DELIVERY_DATE)
......
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -14,10 +14,8 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
man_MANS=pop3d.1 imap4d.1 popauth.1
man_MANS = pop3d.1 imap4d.1 popauth.1 mail.1
EXTRA_DIST = $(man_MANS)
......
.\" 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 IMAP4D 1 "November 10th, 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)
.TH IMAP4D "1" "" "FSF"
.SH NAME
imap4d \- RFC1939 compliant POP3 Daemon.
imap4d \- manual page for imap4d (GNU Mailutils)
.SH SYNOPSIS
.B imap4d
.RI [ options ]
[\fIOPTION\fR...]
.SH DESCRIPTION
This manual page documents briefly the
GNU imap4d \fB\-\-\fR the IMAP4D daemon
.SH "REPORTING BUGS"
Report bugs to <bug-mailutils@gnu.org>.
.SH "SEE ALSO"
The full documentation for
.B imap4d
command.
This man page is not intended to be complete.
Instead, it has documentation in the GNU Info format; see below.
is maintained as a Texinfo manual. If the
.B info
and
.B imap4d
programs are properly installed at your site, the command
.IP
.B info imap4d
.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 \-h, \-\-help
Show summary of options.
.TP
.B \-v, \-\-version
Show version of program.
.TP
.B \-d, \-\-daemon=MAXCHILDREN
Runs in daemon mode with a maximum of MAXCHILDREN child processes.
.TP
.B \-i, \-\-inetd
Runs in inetd mode (default).
.TP
.B \-p, \-\-port=PORT
Specifies port to listen on, implies -d defaults to 110, which need not be specified.
.TP
.B \-t, \-\-timeout=TIMEOUT
Sets idle timeout to TIMEOUT seconds TIMEOUT default is 600 (10 minutes).
.SH SEE ALSO
.BR RFC1730.
.br
The programs are documented fully by
.IR "mailutils" ,
available via the Info system.
.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.
should give you access to the complete manual.
......
.\" 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 POP3D 1 "November 10th, 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)
.TH POP3D "1" "" "FSF"
.SH NAME
pop3d \- RFC1939 compliant POP3 Daemon.
pop3d \- manual page for pop3d (GNU Mailutils)
.SH SYNOPSIS
.B pop3d
.RI [ options ]
[\fIOPTION\fR...]
.SH DESCRIPTION
This manual page documents briefly the
GNU pop3d \fB\-\-\fR the POP3 daemon
.SH "REPORTING BUGS"
Report bugs to <bug-mailutils@gnu.org>.
.SH "SEE ALSO"
The full documentation for
.B pop3d
command.
This man page is not intended to be complete.
Instead, it has documentation in the GNU Info format; see below.
is maintained as a Texinfo manual. If the
.B info
and
.B pop3d
programs are properly installed at your site, the command
.IP
.B info pop3d
.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 \-h, \-\-help
Show summary of options.
.TP
.B \-v, \-\-version
Show version of program.
.TP
.B \-d, \-\-daemon=MAXCHILDREN
Runs in daemon mode with a maximum of MAXCHILDREN child processes.
.TP
.B \-i, \-\-inetd
Runs in inetd mode (default).
.TP
.B \-p, \-\-port=PORT
Specifies port to listen on, implies -d defaults to 110, which need not be specified.
.TP
.B \-t, \-\-timeout=TIMEOUT
Sets idle timeout to TIMEOUT seconds TIMEOUT default is 600 (10 minutes).
.SH SEE ALSO
.BR RFC1939.
.br
The programs are documented fully by
.IR "mailutils" ,
available via the Info system.
.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.
should give you access to the complete manual.
......
.\" 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)
.TH POPAUTH "1" "" "FSF" "User Commands"
.SH NAME
popauth \- Setup APOP passwords
popauth \- manual page for popauth (GNU Mailutils)
.SH SYNOPSIS
.B popauth
.RI [ options ]
[\fIOPTION\fR...]
.SH DESCRIPTION
This manual page documents briefly the
GNU popauth \fB\-\-\fR manage POP3 authentication database
.SH "REPORTING BUGS"
Report bugs to <bug-mailutils@gnu.org>.
.SH "SEE ALSO"
The full documentation for
.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.
is maintained as a Texinfo manual. If the
.B info
and
.B popauth
programs are properly installed at your site, the command
.IP
.B info popauth
.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.
should give you access to the complete manual.
......