PHP curl – issue with certificate – solved

If you ever try to use curl to download something over internet, you might often run in to the issue with curl certificates. This might look something like this: Step 1 – Find out the path of your PHP CLI installation using: which phporwhereis php Step 2 –...

Move e-mails from one IMAP account to another.

PHP script to handle basic email IMAP migration from one account to another. If you need more sophisticated software, you can purchase imapsync. Project available at: https://edoceo.com/dev/imap-move and github Use example: curl edoceo.com/pub/imap-move.php >...