ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

IPOP3Transport Interface Reference

import "inetcomm.idl";

Inherits IInternetTransport.

Public Types

enum  POP3CMDTYPE { POP3CMD_GET_POPID, POP3CMD_GET_MARKED, POP3CMD_GET_ALL }
enum  POP3MARKTYPE {
  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
}

Public Member Functions

HRESULT InitNew ([in] LPSTR pszLogFilePath,[in] IPOP3Callback *pCallback)
HRESULT MarkItem ([in] POP3MARKTYPE marktype,[in] DWORD dwPopId,[in] boolean fMarked)
HRESULT CommandAUTH ([in] LPSTR pszAuthType)
HRESULT CommandUSER ([in] LPSTR pszUserName)
HRESULT CommandPASS ([in] LPSTR pszPassword)
HRESULT CommandLIST ([in] POP3CMDTYPE cmdtype,[in] DWORD dwPopId)
HRESULT CommandTOP ([in] POP3CMDTYPE cmdtype,[in] DWORD dwPopId,[in] DWORD cPreviewLines)
HRESULT CommandQUIT ()
HRESULT CommandSTAT ()
HRESULT CommandNOOP ()
HRESULT CommandRSET ()
HRESULT CommandUIDL ([in] POP3CMDTYPE cmdtype,[in] DWORD dwPopId)
HRESULT CommandDELE ([in] POP3CMDTYPE cmdtype,[in] DWORD dwPopId)
HRESULT CommandRETR ([in] POP3CMDTYPE cmdtype,[in] DWORD dwPopId)

Detailed Description

Definition at line 68 of file inetcomm.idl.


The documentation for this interface was generated from the following files:

Generated on Sun May 27 2012 06:23:50 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.