- Notifications
You must be signed in to change notification settings - Fork5
vadimkim/imapsize
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This software is insipred byhttp://www.broobles.com/imapsize. Imapsize is able to check IMAP mailbox folder structure and calculate the size, backup mailbox using IMAP protocol and restore mailbox to any IMAP server.
Imapsize has some key differences from the original:
- console application
- runs on any platform where JRE 11. is installed
- understands UTF-8 IMAP folder names and restores them correctly
- doesn't have 2Gb limit for the folder size
- understands folder UIDs and makes message backups using original MIME message format
- ckecks MIME Message-ID or calculates MD5 if Message-ID is missing to avoid message duplicates
- user can define which folders to backup/restore by making filters. Default filter is applied to Calendar, Contacts and Deleteted Items
- JAVA JDK 14
./gradlew jar --- to build the project
./run.cmd --- to run and show menu
NB! before running the program edit build/resources/main/mbox.properties file to describe your IMAP account configuration
About
IMAP backup/restore tool
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.