diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |