ftp.nice.ch/pub/next/unix/mail/qpopper.2.4.NIHS.bs.tar.gz#/qpopper.2.4.NIHS.bs/pop_auth.c

This is pop_auth.c in view mode; [Download] [Up]

/*
 * Copyright (c) 1997 by Qualcomm Incorporated.
 */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#if HAVE_FCNTL_H
# include <fcntl.h>
#endif
#if HAVE_SYS_FILE_H
# include <sys/file.h>
#endif

#include <popper.h>

/* 
 *  auth  : optional command ; Not supported.
 */

int pop_auth (p)
POP     *   p;
{
    /*  Tell the user that this command is not supported */
    return (pop_msg(p,POP_FAILURE,"This command is not supported yet"));
}



These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.