mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-12-14 13:56:32 +01:00
Add a few more initial logs
This commit is contained in:
parent
243e2f95ca
commit
a2db3d6977
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ class MailProcessingService extends EventEmitter {
|
|||
this.initialLoadDone = true
|
||||
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(', ')}`)
|
||||
}
|
||||
|
||||
onNewMail(mail) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue