VMime
maildirStore.cpp File Reference
Include dependency graph for maildirStore.cpp:

Namespaces

namespace  vmime
namespace  vmime::net
namespace  vmime::net::maildir

Macros

#define GET_PROPERTY(type, prop)
#define HAS_PROPERTY(prop)

Macro Definition Documentation

◆ GET_PROPERTY

#define GET_PROPERTY ( type,
prop )
Value:
(getInfos().getPropertyValue <type>(getSession(), \
dynamic_cast <const maildirServiceInfos&>(getInfos()).getProperties().prop))

Referenced by maildirStore::connect(), POP3Connection::connect(), sendmailTransport::connect(), and SMTPConnection::connect().

◆ HAS_PROPERTY

#define HAS_PROPERTY ( prop)
Value:
(getInfos().hasProperty(getSession(), \
dynamic_cast <const maildirServiceInfos&>(getInfos()).getProperties().prop))

Referenced by POP3Connection::connect(), and SMTPConnection::connect().