summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ab120c..cffa47d 100644
--- a/README.md
+++ b/README.md
@@ -222,6 +222,8 @@ Stateless Service - `net.fehcom.JWebmail.QMAuth.Maildir.repository` v0.1.0
fn read(folder: unicode_text, mid: unicode_text) -> Message
+ fn raw(folder: unicode_text, mid: unicode_text, path: unicode_text) -> MIMEHeader+Array[uint8]
+
fn folders() -> Array[unicode_text]
fn move(mid: unicode_text, from_folder: unicode_text, to_folder: unicode_text)