Azərbaycan English
Loading...

  

  1. https://imapsync.lamiral.info/dist/
  2. imapsync_2.314.zip download
  3. imapsync.exe run edirik
  4. run_sync.bat faylını yaradırq içərisinə aşağıdakını yazırıq
@echo off
:: -----------------------------------------------------------
::   IMAPSYNC - Hostinger → HostGator Email Transfer Script
::   Prepared by: Rahim (numune.az)
::   Version: 1.0
:: -----------------------------------------------------------

:: Switch to the directory of this script
cd /d "%~dp0"

:: -----------------------------------------------------------
::   Connection Settings
:: -----------------------------------------------------------

set HOST1=imap.hostinger.com
set USER1=rahim@numune.az
set PASS1=old_password

set HOST2=mr2.websitewelcome.com
set USER2=rahim@numune.az
set PASS2=new_password

:: -----------------------------------------------------------
::   Start IMAP Sync
:: -----------------------------------------------------------

echo.
echo ===========================================================
echo            STARTING IMAPSYNC (Hostinger → HostGator)
echo ===========================================================
echo.

imapsync.exe ^
 --host1 %HOST1% --user1 %USER1% --password1 "%PASS1%" ^
 --host2 %HOST2% --user2 %USER2% --password2 "%PASS2%" ^
 --ssl1 --ssl2

echo.
echo ===========================================================
echo                     SYNC FINISHED
echo ===========================================================
echo.

pause

by Rahim Süleymanov | Dec 4, 2025