email-mirror
email-mirror copied to clipboard
Emails are not limited by set max emails
I have this module installed and e-mails are comming in perfectly. However the number of emails setting does not seem te work. I have moved it in the configuration as you can see below but so far no luck. What happens right now is that during initial start-up it shows the set amount of emails. but every new one is just added and the list becomes longer. after a few emails the module is taking up space reserved for other modules and the two modules basically show their information on top of each other. Any ideas?
`{ module: 'email', position: 'bottom_left', header: 'Tinx Mail', config: { accounts: [ { user: '[email protected]', password: 'beautiful password', host: 'outlook.office365.com', port: 993, tls: true, authTimeout: 10000, numberOfEmails: 3,
},
],
numberOfEmails: 4,
fade: false,
maxCharacters: 35,
}
},
I have the same issue