]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/api.txt
Attachments now download with the appropriate filename.
[citadel.git] / webcit-ng / api.txt
index 67e13b4a2893255f54d0cdce4f4993ecdf451295..3182f4c20bcf8e4e3e3e415afa2b6794f3078395 100644 (file)
@@ -13,6 +13,7 @@ GET             /ctdl/r/ROOMNAME/mailbox        JSON dictionary of a mailbox sum
 GET             /ctdl/r/ROOMNAME/stat           JSON dictionary of the server STAT command (room name and modification time)
 GET             /ctdl/r/ROOMNAME/MSGNUM         Retrieve the content of an individual message
 GET             /ctdl/r/ROOMNAME/MSGNUM/json    Retrieve an individual message in a room, encapsulated in JSON
+GET             /ctdl/r/ROOMNAME/MSGNUM/<part>  Retrieve a MIME component of a message, specified by partnum
 DELETE          /ctdl/r/ROOMNAME/MSGNUM         Deletes a message from a room
 MOVE            /ctdl/r/ROOMNAME/MSGNUM         Moves a message to another room (requires Destination)