KIMAP Library
appendjob.cpp
QString encodeImapFolderName(const QString &src)
Converts an Unicode IMAP mailbox to a QString which can be used in IMAP communication.
Definition: rfccodecs.cpp:193
void setMailBox(const QString &mailBox)
Set the mailbox to append the message to.
Definition: appendjob.cpp:56
void setInternalDate(const KDateTime &internalDate)
Set the internal date that should be applied to the appended message.
Definition: appendjob.cpp:80
QList< QByteArray > flags() const
The flags that will be set on the appended message.
Definition: appendjob.cpp:74
void setFlags(const QList< QByteArray > &flags)
Set the flags that should be applied to the appended message.
Definition: appendjob.cpp:68
This file is part of the IMAP support library and defines the RfcCodecs class.
QString mailBox() const
The mailbox that the message will be appended to.
Definition: appendjob.cpp:62
KDateTime internalDate() const
The internal date that will be set on the appended message.
Definition: appendjob.cpp:86
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:50:31 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:50:31 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.