mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-12-14 13:56:32 +01:00
last small log update
This commit is contained in:
parent
a2db3d6977
commit
d59a81c838
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class MailProcessingService extends EventEmitter {
|
|||
console.log(`Initial load done, got ${this.mailRepository.mailCount()} mails`)
|
||||
console.log(`Fetching and deleting mails every ${this.config.imap.refreshIntervalSeconds} seconds`)
|
||||
console.log(`Mails older than ${this.config.email.purgeTime.time} ${this.config.email.purgeTime.unit} will be deleted`)
|
||||
console.log(`The example emails are: ${this.config.email.examples.uids.join(', ')}`)
|
||||
console.log(`The example emails are: ${this.config.email.examples.uids.join(', ')}, on the account ${this.config.email.examples.account}`)
|
||||
}
|
||||
|
||||
onNewMail(mail) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue