#include <stdlib.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>#include <fcntl.h>#include <string.h>#include <qdir.h>#include "mailwrapper.h"Include dependency graph for mailwrapper.cpp:

Go to the source code of this file.
Defines | |
| #define | UNDEFINED 64 |
| #define | MAXLINE 76 |
| #define | UTF16MASK 0x03FFUL |
| #define | UTF16SHIFT 10 |
| #define | UTF16BASE 0x10000UL |
| #define | UTF16HIGHSTART 0xD800UL |
| #define | UTF16HIGHEND 0xDBFFUL |
| #define | UTF16LOSTART 0xDC00UL |
| #define | UTF16LOEND 0xDFFFUL |
Variables | |
| static unsigned char | base64chars [] |
|
|
Definition at line 14 of file mailwrapper.cpp. |
|
|
Definition at line 13 of file mailwrapper.cpp. |
|
|
Definition at line 17 of file mailwrapper.cpp. |
|
|
Definition at line 19 of file mailwrapper.cpp. |
|
|
Definition at line 18 of file mailwrapper.cpp. |
|
|
Definition at line 21 of file mailwrapper.cpp. |
|
|
Definition at line 20 of file mailwrapper.cpp. |
|
|
Definition at line 15 of file mailwrapper.cpp. |
|
|
Definition at line 16 of file mailwrapper.cpp. |
|
|
Initial value:
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,"
Definition at line 69 of file mailwrapper.cpp. Referenced by IMAPFolder::decodeFolderName(). |
1.4.2