summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery/mailquery.c
Commit message (Collapse)AuthorAgeFilesLines
* Removing old POP applicationsTheodore Tso1996-11-191-181/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9427 dc483132-0cff-0310-8789-dd5450dbe970
* poplib.c, mailquery.c: Cleaned up gcc -Wall warningsTheodore Tso1996-11-081-8/+11
| | | | | | | poplib.c (pop_init): Check the error return from krb5_init_context(), and print an error message if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9342 dc483132-0cff-0310-8789-dd5450dbe970
* mailquery.c: Issue QUIT pop command when done retrieving messgesRichard Basch1995-01-021-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4789 dc483132-0cff-0310-8789-dd5450dbe970
* Move usage() before main() to solve redeclaration errorTheodore Tso1994-08-181-6/+6
| | | | | | Add #include <string.h> to fix compiler kvetching. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4179 dc483132-0cff-0310-8789-dd5450dbe970
* test for -lsocket -lnsl and unistd.hMark Eichin1994-08-141-3/+5
| | | | | | | | | strchr not index no bogus decls attempt to fix return values explicitly declare arguments git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4129 dc483132-0cff-0310-8789-dd5450dbe970
* Added John Brezak's port of mailquery to krb5Theodore Tso1994-08-091-0/+174
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4073 dc483132-0cff-0310-8789-dd5450dbe970