CWPOP3Store |
Pantomime POP3 client code.
This class, which extends the CWService class and implements the CWStore protocol, is Pantomime's POP3 client code.
Conforms to
CWStore
Superclass
CWService
Declared In
sendCommand:arguments: |
- (void) sendCommand: (POP3Command) theCommand arguments: (NSString *) theFormat, ...;
This method is used to send commands to the POP3 server. Normally, you should not call this method directly.
See Also
sendCommand:arguments:...
sendCommand:arguments:... |
- (void) sendCommand: (POP3Command) theCommand arguments: (NSString *) theFormat, ...;
This method is used to send commands to the POP3 server. Normally, you should not call this method directly.
See Also
sendCommand:arguments:
timestamp |
- (NSString *) timestamp;
The timestamp, as a NSString instance.
This method is used to obtain the timestamp in the server's greeting. Servers must send that if they do support APOP.
_folder |
private
CWPOP3Folder *_folder;
_timestamp |
private
NSString *_timestamp;