diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-05 10:37:28 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-05 10:37:28 +0200 |
commit | ca354ec4e2b9bc35b7d97c41bec68cccf6a6c8c9 (patch) | |
tree | 416c7c3462cd0df4d8681fe0414cf543ef4c094e /examples/maildirresource/libmaildir/maildir.h | |
parent | c03743546aa97d697d99eaac854516b1aa1f072b (diff) | |
download | sink-ca354ec4e2b9bc35b7d97c41bec68cccf6a6c8c9.tar.gz sink-ca354ec4e2b9bc35b7d97c41bec68cccf6a6c8c9.zip |
Create actual messages in maildir
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r-- | examples/maildirresource/libmaildir/maildir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h index 31778ac..8c622c7 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h | |||
@@ -207,6 +207,7 @@ public: | |||
207 | * Adds the given @p data to the maildir. Returns the key of the entry. | 207 | * Adds the given @p data to the maildir. Returns the key of the entry. |
208 | */ | 208 | */ |
209 | QString addEntry( const QByteArray& data ); | 209 | QString addEntry( const QByteArray& data ); |
210 | QString addEntryFromPath(const QString& path); | ||
210 | 211 | ||
211 | /** | 212 | /** |
212 | * Removes the entry with the given @p key. Returns success or failure. | 213 | * Removes the entry with the given @p key. Returns success or failure. |