1
This commit is contained in:
parent
81bf779a96
commit
901b27df55
@ -85,6 +85,14 @@ func (this *player) MarkMails(mails []common.Mail) error {
|
||||
}
|
||||
|
||||
func (this *player) GetAttachment(mails []common.Mail) error {
|
||||
this.checkLock()
|
||||
/*
|
||||
cbParams := struct {
|
||||
Mails []struct {
|
||||
MailId string `json:"mailid"`
|
||||
Attachments []*common.AttachmentDto `json:"attachments"`
|
||||
} `json:"mails"`
|
||||
}{}*/
|
||||
return this.DeleteMails(mails)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user