KIMAP
appendjob.cpp
119 parameters += " \"" + QLocale::c().toString(utcDateTime, QStringLiteral("dd-MMM-yyyy hh:mm:ss")).toLatin1() + " +0000" + '\"';
131 for (QList<Response::Part>::ConstIterator it = response.responseCode.begin(); it != end; ++it) {
KIMAP_EXPORT QString encodeImapFolderName(const QString &src)
Converts an Unicode IMAP mailbox to a QString which can be used in IMAP communication.
Definition: rfccodecs.cpp:180
void setMailBox(const QString &mailBox)
Set the mailbox to append the message to.
Definition: appendjob.cpp:48
QByteArray number(int n, int base)
QByteArray toLatin1() const const
QList< QByteArray > flags() const
The flags that will be set on the appended message.
Definition: appendjob.cpp:66
void chop(int n)
void setInternalDate(const QDateTime &internalDate)
Set the internal date that should be applied to the appended message.
Definition: appendjob.cpp:72
QString i18n(const char *text, const TYPE &arg...)
QLocale c()
QString toString(qlonglong i) const const
void setFlags(const QList< QByteArray > &flags)
Set the flags that should be applied to the appended message.
Definition: appendjob.cpp:60
QDateTime internalDate() const
The internal date that will be set on the appended message.
Definition: appendjob.cpp:78
QDateTime toUTC() const const
const char * name(StandardAction id)
QList::iterator begin()
Provides handlers for various RFC/MIME encodings.
QString mailBox() const
The mailbox that the message will be appended to.
Definition: appendjob.cpp:54
const QList< QKeySequence > & end()
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:51:44 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:51:44 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.