home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / vsoup128.zip / pop3.hh < prev    next >
Text File  |  1997-01-19  |  663b  |  23 lines

  1. //  $Id: pop3.hh 1.3 1997/01/19 10:10:50 hardy Exp $
  2. //
  3. //  This progam/module was written by Hardy Griech based on ideas and
  4. //  pieces of code from Chin Huang (cthuang@io.org).  Bug reports should
  5. //  be submitted to rgriech@ibm.net.
  6. //
  7. //  This file is part of soup++ for OS/2.  Soup++ including this file
  8. //  is freeware.  There is no warranty of any kind implied.  The terms
  9. //  of the GNU Gernal Public Licence are valid for this piece of software.
  10. //
  11. //  NNTP client routines
  12. //
  13.  
  14.  
  15. #ifndef __POP3_HH__
  16. #define __POP3_HH__
  17.  
  18.  
  19. int getMail( const char *host, const char *userid, const char *password, int port );
  20.  
  21.  
  22. #endif   // __POP3_HH__
  23.