Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
Public Types | Public Member Functions
IMAPServer Class Reference

#include <imapserver.h>

Public Types

enum  ServerStatus {
  OK , RequestError , RequestIgnore , RequestRejected , ClientDisconnected ,
  Timeout
}
 

Public Member Functions

 IMAPServer (int argc, char *argv[])
 
 ~IMAPServer (void)
 
int initialize (void)
 
int runStub (void)
 
int run (void)
 

Detailed Description

Definition at line 10 of file imapserver.h.

Member Enumeration Documentation

◆ ServerStatus

Enumerator
OK 
RequestError 
RequestIgnore 
RequestRejected 
ClientDisconnected 
Timeout 

Definition at line 19 of file imapserver.h.

Constructor & Destructor Documentation

◆ IMAPServer()

IMAPServer ( int  argc,
char *  argv[] 
)

Definition at line 23 of file imapserver.cc.

◆ ~IMAPServer()

~IMAPServer ( void  )

Definition at line 31 of file imapserver.cc.

Member Function Documentation

◆ initialize()

int initialize ( void  )

Definition at line 35 of file imapserver.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ run()

int run ( void  )

Definition at line 62 of file imapserver.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ runStub()

int runStub ( void  )

Definition at line 54 of file imapserver.cc.

Here is the caller graph for this function:

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