brew install imapsync
Run (without ssl)
imapsync --host1 imap.from.server --user1 foo --password1 secret1 --host2 imap.dest.server --user2 bar --password2 secret2
Run (with ssl)
| <?php | |
| /** | |
| * Formats a JSON string for pretty printing | |
| * | |
| * @param string $json The JSON to make pretty | |
| * @param bool $html Insert nonbreaking spaces and <br />s for tabs and linebreaks | |
| * @return string The prettified output | |
| * @author Jay Roberts | |
| */ |