KIMAP
#include <QString>
#include "kimap_export.h"
Go to the source code of this file.
Functions | |
KIMAP_EXPORT QByteArray | KIMAP::decodeImapFolderName (const QByteArray &inSrc) |
KIMAP_EXPORT QString | KIMAP::decodeImapFolderName (const QString &inSrc) |
KIMAP_EXPORT QByteArray | KIMAP::encodeImapFolderName (const QByteArray &src) |
KIMAP_EXPORT QString | KIMAP::encodeImapFolderName (const QString &src) |
KIMAP_EXPORT QByteArray | KIMAP::quoteIMAP (const QByteArray &src) |
KIMAP_EXPORT QString | KIMAP::quoteIMAP (const QString &src) |
Detailed Description
This file is part of the IMAP support library and defines the RfcCodecs class.
Provides handlers for various RFC/MIME encodings.
Definition in file rfccodecs.h.
Function Documentation
◆ decodeImapFolderName() [1/2]
|
nodiscard |
Converts an UTF-7 encoded IMAP mailbox to a QByteArray.
- Parameters
-
inSrc is the QByteArray containing the Unicode path.
- Since
- 4.3
Definition at line 53 of file rfccodecs.cpp.
◆ decodeImapFolderName() [2/2]
Converts an UTF-7 encoded IMAP mailbox to a Unicode QString.
- Parameters
-
inSrc is the QString containing the Unicode path.
Definition at line 142 of file rfccodecs.cpp.
◆ encodeImapFolderName() [1/2]
|
nodiscard |
Converts an Unicode IMAP mailbox to a QByteArray which can be used in IMAP communication.
- Parameters
-
src is the QByteArray containing the IMAP mailbox.
- Since
- 4.3
Definition at line 185 of file rfccodecs.cpp.
◆ encodeImapFolderName() [2/2]
Converts an Unicode IMAP mailbox to a QString which can be used in IMAP communication.
- Parameters
-
src is the QString containing the IMAP mailbox.
Definition at line 180 of file rfccodecs.cpp.
◆ quoteIMAP() [1/2]
|
nodiscard |
Replaces " with \" and \ with \\ " and \ characters.
- Parameters
-
src is the QString to quote.
- Since
- 4.3
Definition at line 149 of file rfccodecs.cpp.
◆ quoteIMAP() [2/2]
Replaces " with \" and \ with \\ " and \ characters.
- Parameters
-
src is the QString to quote.
Definition at line 164 of file rfccodecs.cpp.
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.