summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-03-21 13:33:21 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2023-03-21 13:33:21 +0100
commit0b588dff194f5dbf55ee49e88e0ca396b1bed858 (patch)
treed41c4cfb64f505658a9b3edb0f9877c6a63102dd /README.md
parent6fe35cbd50d318bed8d12c5d9fc2602f8936f883 (diff)
Bundle of small changes
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)