Skip to content

Allows you to archive old emails from one Gmail mailbox to another Gmail mailbox

License

Notifications You must be signed in to change notification settings

arnolem/gmail-archiver

Repository files navigation

Gmail Archiver

L'application Gmail archiver permet de déplacer automatiquement tous les vieux mails d'une boite Gmail vers une autre boite Gmail (ou équivalent en IMAP). Le but est de gagner de la place dans la boite principale tout en ayant toujours accès aux emails en ligne.

Pré-requis

  • Activer IMAP sur chaque compte GMAIL
  • Créer un mot de passe d'application pour chaque compte GMAIL
  • PHP 8.0 update-alternatives --set php /usr/bin/php8.0
  • Extensions Imap, MbString, Iconv aptitude install php8.0-imap php8.0-iconv php8.0-mbstring

Installation

  • composer install

Configuration

Modifier le fichier config.php

<?php
return [
    'from' => [
        'host'     => 'imap.gmail.com',
        'login'    => '[email protected]',
        'password' => '****************'
    ],
    'to'   => [
        'host'     => 'imap.gmail.com',
        'login'    => '[email protected]',
        'password' => '****************'
    ],
    'before' => '2012-01-01',
    'since'  => '2010-01-01',
];

Lancer le transfert

  • php run.php

Builder un release distribuable

Créer un TAG dans GIT (Ex : 1.0.2) puis lancer la commande, elle va créer un zip dans le dossier build

  • ./release.sh

FAQ

Licence

MIT - Arnaud Lemercier [email protected]

About

Allows you to archive old emails from one Gmail mailbox to another Gmail mailbox

Resources

License

Stars

Watchers

Forks

Packages

No packages published