home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / pop.h < prev    next >
Encoding:
Text File  |  1993-03-16  |  519 b   |  13 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. /************************************************************************
  3.  * declarations for dealing with POP server
  4.  ************************************************************************/
  5. short GetMyMail(Boolean quietly);
  6. int POPError(void);
  7. void AddAttachNote(short wdRef, UPtr name, long creator, long type);
  8. void AddAttachInfo(int theIndex, long result);
  9. int POPMessageBody(long estSize);
  10. #ifdef POPSECURE
  11. short VetPOP(void);
  12. #endif
  13.