diff --git a/WORK & PROJECTS/UAS/MAIL TRANSFER.md b/WORK & PROJECTS/UAS/MAIL TRANSFER.md index 8881d1e..43fabb2 100644 --- a/WORK & PROJECTS/UAS/MAIL TRANSFER.md +++ b/WORK & PROJECTS/UAS/MAIL TRANSFER.md @@ -20,18 +20,25 @@ ```bash ./imapsync \ --host1 imap.mail.ru \ ---user1 trest_zhanna@mail.ru \ ---password1 '0SLrC2Re6DbRxNgELzeI' \ +--user1 uas-chel@mail.ru \ +--password1 'ZCgyiYVlMRPYRDfaZj31' \ --ssl1 \ --host2 localhost \ ---user2 legal@uralav.ru \ ---password2 'I7f2SjJF7XppdhI' \ ---ssl2 ---folder "INBOX" \ ---folderrec "INBOX/*" ---syncinternaldates ---useuid +--user2 info@uralav.ru \ +--password2 'xp7h2vWGkM6Cny2' \ +--ssl2 \ +--exclude "&BB4EQgQ,BEAEMAQyBDsENQQ9BD0ESwQ1-" \ +--exclude "&BCEEPwQwBDw-" \ +--exclude "Infected Items" \ +--exclude "&BB0ENQQ2BDUEOwQwBEIENQQ7BEwEPQQwBE8- &BD8EPgRHBEIEMA-" \ +--exclude "&BCcENQRABD0EPgQyBDgEOgQ4-" \ +--exclude "Archive" \ +--exclude "&BBoEPgRABDcEOAQ9BDA-" \ +--exclude "&BBoEPgRABDcEOAQ9BDA-" \ +--syncinternaldates \ +--useuid \ --search "ALL" +--dry ``` @@ -73,12 +80,12 @@ c LOGOUT ```bash ./imapsync \ --host1 imap.mail.ru \ ---user1 trest_zhanna@mail.ru \ ---password1 '0SLrC2Re6DbRxNgELzeI' \ +--user1 uas-chel@mail.ru \ +--password1 'ZCgyiYVlMRPYRDfaZj31' \ --ssl1 \ --host2 localhost \ ---user2 legal@uralav.ru \ ---password2 'I7f2SjJF7XppdhI' \ +--user2 info@uralav.ru \ +--password2 'xp7h2vWGkM6Cny2' \ --ssl2 \ --folder "&BB4EQgQ,BEAEMAQyBDsENQQ9BD0ESwQ1-" \ --regextrans2 "s/&BB4EQgQ,BEAEMAQyBDsENQQ9BD0ESwQ1-/Sent/" \