Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

davidlig/imapdump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imapdump

Backup and restore your imap mailboxes.

Installation

clone https://github.com/arkadiusjonczek/imapdump.git
cd imapdump
composer install
chmod u+x imap
./imap

Usage

Info about your mailbox usage and limit quota:

php imap info <host> <username>

List all your mailboxes with number of messages:

php imap ls <host> <username>

Backup your mailboxes to your filesystem:

php imap backup <host> <username> <filepath>

Restore your mailboxes from filesystem backup:

php imap restore <host> <username> <filepath>

Add email passwords in a configuration file:

cp config.sample.ini config.ini
[accounts]
user@mail.com=password
user2@mail.com=password

About

📩 Backup and restore your imap mailboxes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%