-
Notifications
You must be signed in to change notification settings - Fork 77
nForum API mail_box_reply_num
xw2423 edited this page Mar 11, 2013
·
1 revision
/mail/:box/reply/:num.(xml|json)
xml|json
POST
必选 | 类型 | 说明 | |
---|---|---|---|
:box | true | string | 只能为inbox|outbox|deleted中的一个,分别是收件箱|发件箱|回收站 |
:num | true | int | 信件在信箱的索引,为信箱信息的信件列表中每个信件对象的index值 |
title | false | string | 信件的标题 |
content | false | string | 信件的内容 |
signature | false | int | 信件使用的签名档,0为不使用,从1开始表示使用第几个签名档,默认使用上一次的签名档 |
backup | false | int 0或1 | 是否备份到发件箱,0为不备份,1为备份,默认为0 |
所回复的邮件元数据