ReactOS 0.4.16-dev-1097-g530d26a
|
Public Types | |
enum | tagPOP3CMDTYPE { POP3CMD_GET_POPID , POP3CMD_GET_MARKED , POP3CMD_GET_ALL } |
enum | tagPOP3MARKTYPE { POP3_MARK_FOR_TOP = 0x01 , POP3_MARK_FOR_RETR = 0x02 , POP3_MARK_FOR_DELE = 0x04 , POP3_MARK_FOR_UIDL = 0x08 , POP3_MARK_FOR_LIST = 0x10 } |
typedef enum IPOP3Transport::tagPOP3CMDTYPE | POP3CMDTYPE |
typedef enum IPOP3Transport::tagPOP3MARKTYPE | POP3MARKTYPE |
![]() | |
enum | tagIXPISSTATE { IXP_IS_CONNECTED , IXP_IS_BUSY , IXP_IS_READY , IXP_IS_AUTHENTICATED } |
typedef enum IInternetTransport::tagIXPISSTATE | IXPISSTATE |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Additional Inherited Members | |
![]() | |
const boolean | iitAUTHENTICATE = TRUE |
const boolean | iitDONT_AUTHENTICATe = FALSE |
const boolean | iitENABLE_ONCOMMAND = TRUE |
const boolean | iitDISABLE_ONCOMMAND = FALSE |
Definition at line 70 of file inetcomm.idl.
Enumerator | |
---|---|
POP3CMD_GET_POPID | |
POP3CMD_GET_MARKED | |
POP3CMD_GET_ALL |
Definition at line 623 of file imnxport.idl.
Enumerator | |
---|---|
POP3_MARK_FOR_TOP | |
POP3_MARK_FOR_RETR | |
POP3_MARK_FOR_DELE | |
POP3_MARK_FOR_UIDL | |
POP3_MARK_FOR_LIST |
Definition at line 630 of file imnxport.idl.
HRESULT IPOP3Transport::CommandDELE | ( | [in] POP3CMDTYPE | cmdtype, |
[in] DWORD | dwPopId | ||
) |
HRESULT IPOP3Transport::CommandLIST | ( | [in] POP3CMDTYPE | cmdtype, |
[in] DWORD | dwPopId | ||
) |
HRESULT IPOP3Transport::CommandNOOP | ( | ) |
HRESULT IPOP3Transport::CommandQUIT | ( | ) |
HRESULT IPOP3Transport::CommandRETR | ( | [in] POP3CMDTYPE | cmdtype, |
[in] DWORD | dwPopId | ||
) |
HRESULT IPOP3Transport::CommandRSET | ( | ) |
HRESULT IPOP3Transport::CommandSTAT | ( | ) |
HRESULT IPOP3Transport::CommandTOP | ( | [in] POP3CMDTYPE | cmdtype, |
[in] DWORD | dwPopId, | ||
[in] DWORD | cPreviewLines | ||
) |
HRESULT IPOP3Transport::CommandUIDL | ( | [in] POP3CMDTYPE | cmdtype, |
[in] DWORD | dwPopId | ||
) |
HRESULT IPOP3Transport::InitNew | ( | [in] LPSTR | pszLogFilePath, |
[in] IPOP3Callback * | pCallback | ||
) |
HRESULT IPOP3Transport::MarkItem | ( | [in] POP3MARKTYPE | marktype, |
[in] DWORD | dwPopId, | ||
[in] boolean | fMarked | ||
) |