mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-05 08:21:28 +02:00
1.452
This commit is contained in:
parent
091ae4a2e5
commit
90be463820
55 changed files with 16508 additions and 129 deletions
26
W/CONCEPTION
Normal file
26
W/CONCEPTION
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
===== Synopsis =====
|
||||
|
||||
$mailbox_1 = Mail::imapsync::mailbox->new();
|
||||
$mailbox_2 = Mail::imapsync::mailbox->new();
|
||||
|
||||
|
||||
$mailbox_1->host('imap1.lala.org');
|
||||
$mailbox_1->user('toto1');
|
||||
...
|
||||
|
||||
$mailbox_2->host('imap2.lala.org');
|
||||
$mailbox_2->user('toto2');
|
||||
...
|
||||
|
||||
|
||||
$transfer = Mail::imapsync::transfer->new();
|
||||
$transfer->sync($mailbox_1, $mailbox_2);
|
||||
|
||||
|
||||
- an object for mailbox
|
||||
- an object for a transfer
|
||||
- ?an object for a folder?
|
||||
- ?an object for a message?
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue