summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/imapserverproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imapresource/imapserverproxy.h')
-rw-r--r--examples/imapresource/imapserverproxy.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/imapresource/imapserverproxy.h b/examples/imapresource/imapserverproxy.h
index 140c5b2..d99459f 100644
--- a/examples/imapresource/imapserverproxy.h
+++ b/examples/imapresource/imapserverproxy.h
@@ -55,6 +55,7 @@ struct Message {
55 KIMAP2::MessageAttributes attributes; 55 KIMAP2::MessageAttributes attributes;
56 KIMAP2::MessageFlags flags; 56 KIMAP2::MessageFlags flags;
57 KMime::Message::Ptr msg; 57 KMime::Message::Ptr msg;
58 bool fullPayload;
58}; 59};
59 60
60struct Folder { 61struct Folder {
@@ -72,8 +73,6 @@ struct Folder {
72 { 73 {
73 } 74 }
74 75
75
76
77 QString path() const 76 QString path() const
78 { 77 {
79 Q_ASSERT(!mPath.isEmpty()); 78 Q_ASSERT(!mPath.isEmpty());
@@ -88,7 +87,6 @@ struct Folder {
88 return parts.join(mSeparator); 87 return parts.join(mSeparator);
89 } 88 }
90 89
91
92 QString name() const 90 QString name() const
93 { 91 {
94 Q_ASSERT(!pathParts.isEmpty()); 92 Q_ASSERT(!pathParts.isEmpty());