summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery/mailquery.M
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-11-19 01:53:48 +0000
committerTheodore Tso <tytso@mit.edu>1996-11-19 01:53:48 +0000
commitcd0acd07fca64e3a3e56a11830b15896f756ad8a (patch)
tree1748ca58fadacc400512e3916af33d4ed74d6d08 /src/appl/mailquery/mailquery.M
parent9b271e700b7fc4e94264b9f5d710686f5981c547 (diff)
Removing old POP applications
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9427 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/mailquery/mailquery.M')
-rw-r--r--src/appl/mailquery/mailquery.M41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/appl/mailquery/mailquery.M b/src/appl/mailquery/mailquery.M
deleted file mode 100644
index 113146f40d..0000000000
--- a/src/appl/mailquery/mailquery.M
+++ /dev/null
@@ -1,41 +0,0 @@
-.\"
-.\" (c) Copyright 1994 HEWLETT-PACKARD COMPANY
-.\"
-.\" To anyone who acknowledges that this file is provided
-.\" "AS IS" without any express or implied warranty:
-.\" permission to use, copy, modify, and distribute this
-.\" file for any purpose is hereby granted without fee,
-.\" provided that the above copyright notice and this
-.\" notice appears in all copies, and that the name of
-.\" Hewlett-Packard Company not be used in advertising or
-.\" publicity pertaining to distribution of the software
-.\" without specific, written prior permission. Hewlett-
-.\" Packard Company makes no representations about the
-.\" suitability of this software for any purpose.
-.\"
-.\" $Id
-.\"
-.TH mailquery 1
-.SH NAME
-mailquery \- queries a pop server about how much mail is available
-.SH SYNTAX
-.B mailquery
-[-\fId\fR\|]
-[-\fIv\fR\|]
-[\fI user\fR[@\fIhost\fR\|]]
-.SH DESCRIPTION
-The
-.PN mailquery
-command queries a POP server for information about how much mail a user
-has. The program will exit with status = 0 if there is mail, and with
-status = 1 if there is no mail. The -v flag can be used to get a more
-verbose report. The -d flag can be used to turn on debugging output
-in the pop library code. The pop server can be specified either by
-setting the environment variable MAILHOST, or on the command line.
-If no user is specified, user is set to the person who ran the program.
-.SH OPTIONS
-
-.SH BUGS/LIMITATIONS
-
-.SH SEE ALSO
-popper(8)