Challenge Overview
A new Java class that implements the GmailService interface that uses JavaMail to implement its methods. The solution must use JavaMail as-is (no modifications to its source code). Additional libraries may only be used with prior approval.
��
The solution must work with plain and HTML emails and emails with and without attachments.��
��
The solution must work with emails with any UTF-8 email content and metadata (e.g., subject).��
��
The solution must work with attachments larger than 10 MB in size.
��
NOTE: GmailService.sendHtml() and GmailService.getGoogleContact do not need to be implemented.