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) {
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
void setInternalDate(const QDateTime &internalDate)
Set the internal date that should be applied to the appended message.
Definition appendjob.cpp:72
void setMailBox(const QString &mailBox)
Set the mailbox to append the message to.
Definition appendjob.cpp:48
QList< QByteArray > flags() const
The flags that will be set on the appended message.
Definition appendjob.cpp:66
QString i18n(const char *text, const TYPE &arg...)
QString name(GameStandardAction id)
QAction * end(const QObject *recvr, const char *slot, QObject *parent)
void chop(qsizetype n)
QByteArray number(double n, char format, int precision)
QDateTime toUTC() const const
ConstIterator
QLocale c()
QString toString(QDate date, FormatType format) const const
QByteArray toLatin1() const const
This file is part of the IMAP support library and defines the RfcCodecs class.
KIMAP_EXPORT QByteArray encodeImapFolderName(const QByteArray &src)
Converts an Unicode IMAP mailbox to a QByteArray which can be used in IMAP communication.
Definition rfccodecs.cpp:185
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 12:06:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 12:06:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.