adbenitez / MailCopier

A java application to automatically send and receive files through your email

Home Page:https://adbenitez.github.io/MailCopier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MailCopier

A java application to automatically send and receive files throw your email, this app was made to share relative big files in countries with limited internet and intranet, where some time the users only have email access.
Example: You want to send a folder of 160 MB to a friend which can only receive emails of up to 2MB, then you compress the folder and split it in parts of lets say 1.6 MB (160 parts ignoring compression) and use MailCopier to send all this files automatically for you, and your friend can use this program to receive all the parts automatically too. (In the future this program will support split and join the files, to avoid the need of an external program)

Some features:

  • Build in help.
  • Language selection (English/Spanish)
  • Customizable appearance.
  • Pause/Resume the copy.
  • Sounds notifications.
  • Support for SMPT.
  • Support for IMAP/POP3.
  • Support for SSL/STARTTLS.
  • Errors tracked in a log file, you can send the errors report with just one click.
  • Multiplatform, thanks to java.

Screenshot:

Notifications are from jNotifyOSD API.
Icons are from Ardis (icon theme)
Look and Feel: NimROD Look&Feel.

Note:
I have only tested the receive part of the program with IMAP protocol, but a friend have used it with POP3 and say that it works like a charm.
The copy speed is limited by your connection speed and your mail host.

About

A java application to automatically send and receive files through your email

https://adbenitez.github.io/MailCopier

License:GNU General Public License v3.0


Languages

Language:Java 88.6%Language:HTML 10.7%Language:Makefile 0.6%Language:CSS 0.1%