BMAMail  1.0.0
E-Mail System
/home/bradarant/barant/BMAMail/POP3Session.h
Go to the documentation of this file.
1 #ifndef __POP3Session_h__
2 #define __POP3Session_h__
3 
4 namespace mail {
5 
6  class POP3Session : public core::TCPSession {
7 
8  public:
9  std::string clientDomainName;
10  std::string userName;
11  std::string password;
13  bool relay = false;
14 
15 
16  };
17 
18 }
19 
20 #endif
Definition: SMTPSession.h:12
AuthState authstate
Definition: POP3Session.h:12
Definition: __IMAP_APPEND.h:7
std::string userName
Definition: POP3Session.h:10
std::string clientDomainName
Definition: POP3Session.h:9
AuthState
Definition: SMTPSession.h:12
std::string password
Definition: POP3Session.h:11
bool relay
Definition: POP3Session.h:13
Definition: POP3Session.h:6