-
Sorry if I overlooked something, but I did not find the answer to my question. What happens if I do frequent backups and nothing has changed on the server ? Thanks a lot Norbert |
Beta Was this translation helpful? Give feedback.
Answered by
joeyates
Jul 30, 2025
Replies: 1 comment
-
Hi @nklamann imap-backup depends on the IMAP standard. An IMAP server identifies folders with a name plus a unique id ( When a backup is run, it stores those names and ids. With each following backup, it checks what's missing, based on previously seen names and ids, and downloads what is new. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joeyates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nklamann
imap-backup depends on the IMAP standard. An IMAP server identifies folders with a name plus a unique id (
uid_validity
), and the emails in those folders with ids (uid
).When a backup is run, it stores those names and ids. With each following backup, it checks what's missing, based on previously seen names and ids, and downloads what is new.