CWPOP3Store.h


Use the links in the table of contents to the left to access the documentation.

Includes <Pantomime/CWService.h>, <Pantomime/CWStore.h>, <Foundation/NSObject.h>, <Foundation/NSString.h>


Classes

CWPOP3Folder
CWPOP3Store

Pantomime POP3 client code.



Typedefs

POP3Command

Supported POP3 commands.


POP3Command


Supported POP3 commands.

  typedef enum { 
    POP3_APOP = 0x100, 
    POP3_AUTHORIZATION, 
    POP3_CAPA, 
    POP3_DELE, 
    POP3_LIST, 
    POP3_NOOP, 
    POP3_PASS, 
    POP3_QUIT, 
    POP3_RETR, 
    POP3_RETR_AND_INITIALIZE, 
    POP3_STAT, 
    POP3_STLS, 
    POP3_TOP, 
    POP3_UIDL, 
    POP3_USER, 
    POP3_EMPTY_QUEUE, 
    POP3_EXPUNGE_COMPLETED 
} POP3Command;  
Constants
POP3_APOP

APOP authentication command.

POP3_AUTHORIZATION

Special command so that we know we are in the authorization state.

POP3_DELE

The POP3 DELE command. See RFC 1939 for details.

POP3_LIST

The POP3 LIST command. See RFC 1939 for details.

POP3_NOOP

The POP3 NOOP command. See RFC 1939 for details.

POP3_PASS

The POP3 PASS command. See RFC 1939 for details.

POP3_QUIT

The POP3 QUIT command. See RFC 1939 for details.

POP3_RETR

The POP3 RETR command. See RFC 1939 for details.

POP3_RETR_AND_INITIALIZE

Same as POP3_RETR but also initialize the message with the received content.

POP3_STAT

The POP3 STAT command. See RFC 1939 for details.

POP3_STLS

The STLS POP3 command - see RFC2595.

POP3_TOP

The POP3 TOP command. See RFC 1939 for details.

POP3_UIDL

The POP3 UIDL command. See RFC 1939 for details.

POP3_USER

The POP3 USER command. See RFC 1939 for details.

POP3_EMPTY_QUEUE

Special command to empty the command queue.

POP3_EXPUNGE_COMPLETED

Special command to indicate we are done expunging the deleted messages.

Discussion

This enum lists the supported POP3 commands available in Pantomime's POP3 client code.


Macro Definitions

_Pantomime_H_CWPOP3Store

_Pantomime_H_CWPOP3Store


#define _Pantomime_H_CWPOP3Store