-
-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
Description
- Android version: 13 (LineageOS 20)
- Device: OnePlus 6T (fajita)
- Delta Chat version: 1.42.3
- Expected behavior: "normal" battery usage
- Actual behavior: DeltaChat is responsible for 95% of my battery drain due to excess IMAP activity. Battery usage logs on Android shows this (see screenshot).
- Steps to reproduce the problem: I don't know how to reproduce. My setup is: Debian Bullseye amd64 with Postfix and Dovecot. Postfix for SMTP over TLS (not STARTTLS, really SMTP over TLS), Dovecot for IMAP over TLS with IMAP IDLE supported. Both services with TLSv1.2 and TLSv1.3. Moving messages to the DeltaChat-IMAP-Folder is done server-side, so I'm only watching the DeltaChat folder and not INBOX. Only one account configured in DeltaChat
- Screenshots:

- Logs:
This is the output of logcat -v time -s DeltaChat, truncated to one second. This is repeated all the time and floods my logcat:
11-23 10:13:05.007 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.011 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.012 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.017 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.021 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.026 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.087 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.092 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.092 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.095 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.098 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.112 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.174 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.179 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.179 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.184 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.188 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.193 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.244 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.252 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.253 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.253 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.257 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.261 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.335 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.339 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.339 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.344 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.348 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.352 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.419 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.423 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.423 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.428 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.432 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.436 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.463 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.467 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.467 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.540 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.543 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.544 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.547 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.548 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.549 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.623 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.627 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.631 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.631 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.636 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.641 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.707 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.710 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.711 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.717 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.722 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.726 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.796 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.805 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.805 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.805 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.809 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.813 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.876 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.881 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.881 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.886 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.889 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "DeltaChat" because UIDNEXT 19705>19704 indicates there are new messages.
11-23 10:13:05.894 I/DeltaChat( 6867): src/imap.rs:893: 0 mails read from "DeltaChat".
11-23 10:13:05.924 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
11-23 10:13:05.927 I/DeltaChat( 6867): src/imap/idle.rs:44: Skipping IDLE on "INBOX" because UIDNEXT 116456>98353 indicates there are new messages.
11-23 10:13:05.928 I/DeltaChat( 6867): src/imap.rs:701: Not fetching from "INBOX".
11-23 10:13:05.996 I/DeltaChat( 6867): src/scheduler.rs:629: IMAP session supports IDLE, using it.
Anyways, many thanks for this great piece of software that I'm happily using for years now!