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 |
A structure representing a pop message.
Definition at line 83 of file gpopstore.h.
using GPop::StoreMessage::Size = unsigned long |
Definition at line 86 of file gpopstore.h.
GPop::StoreMessage::StoreMessage | ( | const std::string & | name, |
Size | size, | ||
bool | in_parent | ||
) |
Definition at line 136 of file gpopstore.cpp.
Definition at line 149 of file gpopstore.cpp.
Definition at line 144 of file gpopstore.cpp.
Definition at line 154 of file gpopstore.cpp.
|
static |
Definition at line 159 of file gpopstore.cpp.
std::string GPop::StoreMessage::uidl | ( | ) | const |
Definition at line 164 of file gpopstore.cpp.
bool GPop::StoreMessage::deleted |
Definition at line 98 of file gpopstore.h.
bool GPop::StoreMessage::in_parent |
Definition at line 97 of file gpopstore.h.
std::string GPop::StoreMessage::name |
Definition at line 95 of file gpopstore.h.
Size GPop::StoreMessage::size |
Definition at line 96 of file gpopstore.h.