Location:
pop3set.h
Link against: imcm.lib
CImPop3Settings
Supported from 5.0
Encapsulates Email settings for a POP3 email account. Most of the
settings are stored within the store associated with the POP3 service entry.
This data specifies all of the session parameters used by the POP3 MTM when it
connects to the service represented by this service entry, with the exception
of the IAP which is stored in the TMsvEntry
service entry
itself.
|
Defined in CImPop3Settings
:
Apop()
, AutoSendOnConnect()
, LoginName()
, Password()
, Port()
, Restore()
, ServerAddress()
, Store()
, UserAddress()
, Version()
ServerAddress()
Returns the IP address of the POP3 server
|
Port()
Returns the internet socket port number used to connect to the POP3 server.
|
Version()
Returns the version number of the POP3 settings stream.
|
const TPtrC8 LoginName() const;
Returns the POP3 user name.
|
const TPtrC8 Password() const;
Returns the POP3 password.
|
const TBool AutoSendOnConnect() const;
Determines whether email associated with this service, (and hence all other POP3, SMTP and IMAP4 services which use the same IAP) should be automatically sent whenever a POP3 mail session starts.
|
const TBool Apop() const;
Determines whether the POP3 MTM connects to the POP3 server using plain text authentication or using the APOP encrypted authentication.
|
void RestoreL(CMsvStore& aMessageStore);
Restores settings from the service entry store
|
void StoreL (CMsvStore& aMessageStore) const;
Stores settings into the service entry store, overwriting any previous contents.
|