E-MailRelay
|
A structure representing a pop message. More...
#include <gpopstore.h>
Public Types | |
using | Size = unsigned long |
Public Member Functions | |
StoreMessage (const std::string &name, Size size, bool in_parent) | |
G::Path | epath (const G::Path &edir) const |
G::Path | cpath (const G::Path &edir, const G::Path &sdir) const |
G::Path | cpath (const G::Path &) const |
std::string | uidl () const |
Static Public Member Functions | |
static StoreMessage | invalid () |
Public Attributes | |
std::string | name |
Size | size |
bool | in_parent |
bool | deleted {false} |
A structure representing a pop message.
Definition at line 97 of file gpopstore.h.
using GPop::StoreMessage::Size = unsigned long |
Definition at line 100 of file gpopstore.h.
GPop::StoreMessage::StoreMessage | ( | const std::string & | name, |
Size | size, | ||
bool | in_parent | ||
) |
Definition at line 155 of file gpopstore.cpp.
Definition at line 167 of file gpopstore.cpp.
Definition at line 162 of file gpopstore.cpp.
Definition at line 172 of file gpopstore.cpp.
|
static |
Definition at line 177 of file gpopstore.cpp.
std::string GPop::StoreMessage::uidl | ( | ) | const |
Definition at line 182 of file gpopstore.cpp.
bool GPop::StoreMessage::deleted {false} |
Definition at line 112 of file gpopstore.h.
bool GPop::StoreMessage::in_parent |
Definition at line 111 of file gpopstore.h.
std::string GPop::StoreMessage::name |
Definition at line 109 of file gpopstore.h.
Size GPop::StoreMessage::size |
Definition at line 110 of file gpopstore.h.