imapsync
imapsync copied to clipboard
Imapsync is an IMAP transfers tool. The purpose of imapsync is to migrate IMAP accounts or to backup IMAP accounts. IMAP is one of the three current standard protocols to access mailboxes, the two oth...
Is there already a way to just delete from 1 all messages that are already found on 2, without spending time and bandwidth syncing any messages not already present on...
Hi Currently going to migrate a gmail account to postfix but i have a question on the less secureapps 1) it seems that gmail does not let the use of...
Cannot seem to get the correct google Oauth tokens what can this be. The file is there... ```bash root@misc-public:~/sync/oauth2# ./generate_gmail_token [email protected] I am PID 155746 ./generate_gmail_token [email protected] In refresh_token_is_here [email protected]...
Trying to migrate from Exchange 2007 (host1) to Dovecot (host2), I'm using this command : ``` ./imapsync --dry --host1 10.30.50.5 --user1 "username" --authuser1 "adminname" --password1 "adminpassword" --host2 localhost --user2 username...
I'm new to docker and containers and I'm having some issues with setting up this container. ``` --volume /etc/letsencrypt/live/docker.imapsync.tk/privkey.pem:/var/tmp/privkey.pem \ --volume /etc/letsencrypt/live/docker.imapsync.tk/fullchain.pem:/var/tmp/fullchain.pem \ gilleslamiral/imapsync /servimapsync ``` What is a privkey.pem...
I am trying to move emails from Fastmail to iCloud-mail. I have moved a few thousand already, but a lot of lines like these pop up in terminal while I...
After installing `imapsync` with `brew install imapsync` and running `imapsync` to test it, I get the following error: ``` Can't load '/usr/local/Cellar/imapsync/2.264/libexec/lib/perl5/darwin-thread-multi-2level/auto/Unicode/String/String.bundle' for module Unicode::String: dlopen(/usr/local/Cellar/imapsync/2.264/libexec/lib/perl5/darwin-thread-multi-2level/auto/Unicode/String/String.bundle, 0x0001): tried: '/usr/local/Cellar/imapsync/2.264/libexec/lib/perl5/darwin-thread-multi-2level/auto/Unicode/String/String.bundle' (mach-o...
Im currently in an David Migration to Office 365. So far so good it worked on the most mailboxes. But i have one user which had massively used slashes in...
Hello Why does the program do this? `imapsync Ended by a signal TERM (my PID is 2126561 my PPID is 2126489). I am asked to terminate immediately.` Thanks.
Hello Parallel command doesn't just work in parallel. My list is as follows. What could be the problem? I do as it says in the document. Example: 1.x.x.x;[email protected];pass1;2.x.x.x;[email protected];pass2 Thanks.