Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: XMRPOP

Package: MailMan

Routine: XMRPOP


Information

XMRPOP ;ISC-SF/GMB-POP3 Server (RFC 1939) ;05/20/2002 07:05

Source Information

Source file <XMRPOP.m>

Entry Points

Name Comments DBIA/ICR reference
ENTRY ;
DELE ;;
OKID(XMID) ;
LIST ;;
NOOP ;;
PASS ;;
LOGIN ;
LOGINOK() ;
OLDCHK() ;
MAILDROP ;
OCTETS(XMZ) ; Returns the number of 'octets' in a message.
; Basically, that's a count of the number of characters.
; We estimate it by multiplying the number of lines by 50.
LOGINERR(XMSG) ;
QUIT ;;
SIGNOFF(XMSG) ;
RETR ;;
RSET ;;
STAT ;;
TOP ;;
UIDL ;;
USER ;;
UPDATE ;
RETRIEVE(XMID,XMLINES) ;
RETRXMZ(XMZ,XMLINES,XMIM,XMZO) ;
CRE8HDR(XMZ,XMIM,XMZO) ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Device open failed !",$C(7)
  • Line Location: ENTRY+8
Info |  Source |  Entry Points |  Interaction Calls