Most enterprise organizations use their messaging platforms (exchange, etc.) as the standard interface for accessing their content. IzySync allows you to export your content into your favorite messaging ap via its built-in pop3 server.
If you want to quickly upload your messages, you can use the IzySync pop3 server in combination with ssh port fowarding.
Forward port 1110 on your-server.com:
ssh -i identity.pem -4 -v -R 1110:localhost:1110 ec2-user@your-server.com
node cli.js method serverpop3 port 1110 path pathtofilemessagestore
Use the following
email address: emailname@your-server.com
user name: emailnamepassword: passwordprovidedtolocalpop_server
pop server: your-server.comport: the port your opened up on your-server.com in the reverse tunneling step
Make sure to leave the SSL option turned off