mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
cleanup Fetch API code
This commit is contained in:
parent
95f55deaad
commit
344edaec2a
4 changed files with 22 additions and 60 deletions
|
|
@ -184,13 +184,6 @@ class MessageModel extends AbstractModel {
|
|||
).filter((value, index, self) => !!value && self.indexOf(value) == index);
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {Array}
|
||||
*/
|
||||
getRecipientsEmails() {
|
||||
return this.getEmails(['to', 'cc']);
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {string}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue