Skip to content

Commit

Permalink
Crash if uid is empty for new emails
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky-ESA committed Nov 7, 2024
1 parent 9df1e40 commit a419c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
**WORK IN PROGRESS**

- (Lucky-ESA) New design for settings page added
- (Lucky-ESA) Crash if uid is empty for new emails

### 0.2.1 (2024-09-16)

Expand Down
2 changes: 1 addition & 1 deletion lib/imap_event.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ module.exports = {
*/
newMails(client, uid, what, sort) {
this.log.debug(sort);
this.log.info("newMail: " + JSON.stringify(uid));
this.log.debug("newMail: " + JSON.stringify(uid));
for (const uids of uid) {
let attrs;
let header_mail;
Expand Down

0 comments on commit a419c5d

Please sign in to comment.