diff options
Diffstat (limited to 'examples/imapresource/imapserverproxy.h')
-rw-r--r-- | examples/imapresource/imapserverproxy.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/imapresource/imapserverproxy.h b/examples/imapresource/imapserverproxy.h index 95ed704..21228eb 100644 --- a/examples/imapresource/imapserverproxy.h +++ b/examples/imapresource/imapserverproxy.h | |||
@@ -40,6 +40,14 @@ namespace Flags | |||
40 | extern const char* Flagged; | 40 | extern const char* Flagged; |
41 | } | 41 | } |
42 | 42 | ||
43 | namespace FolderFlags | ||
44 | { | ||
45 | extern const char* Noinferiors; | ||
46 | extern const char* Noselect; | ||
47 | extern const char* Marked; | ||
48 | extern const char* Unmarked; | ||
49 | } | ||
50 | |||
43 | struct Message { | 51 | struct Message { |
44 | qint64 uid; | 52 | qint64 uid; |
45 | qint64 size; | 53 | qint64 size; |
@@ -64,6 +72,7 @@ struct Folder { | |||
64 | QList<QString> pathParts; | 72 | QList<QString> pathParts; |
65 | QString path; | 73 | QString path; |
66 | QChar separator; | 74 | QChar separator; |
75 | bool noselect; | ||
67 | }; | 76 | }; |
68 | 77 | ||
69 | class ImapServerProxy { | 78 | class ImapServerProxy { |