mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-16 01:54:39 +08:00
update log for append and fetch
This commit is contained in:
parent
d940d2905e
commit
d85bc3a8c7
2 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ module.exports = {
|
|||
|
||||
let logdata = {
|
||||
short_message: '[APPEND] ' + this.selected.mailbox,
|
||||
_mail_action: 'append',
|
||||
_path: path,
|
||||
_user: this.session.user.id.toString(),
|
||||
_mailbox: this.selected.mailbox,
|
||||
|
|
|
@ -243,6 +243,7 @@ module.exports = {
|
|||
|
||||
let logdata = {
|
||||
short_message: '[FETCH] ' + this.selected.mailbox,
|
||||
_mail_action: 'fetch',
|
||||
_user: this.session.user.id.toString(),
|
||||
_mailbox: this.selected.mailbox.toString(),
|
||||
_sess: this.id,
|
||||
|
|
Loading…
Add table
Reference in a new issue