Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soumikd mailscape v5 #19

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

shalearkane
Copy link

Innovation Challenge extras :

  1. Tabbed UI
  2. Sending mail and receiving mail with multiple attachments.
  3. Using SwingWorker to asynchronously update the view so that the UI remains responsive during slow network requests.
  4. Using GMail UIDs to download attachments, hence wait time to loop through message list is entirely eliminated.

shalearkane and others added 8 commits October 21, 2021 12:05
Extra features : get credentials from file to prevent leaking on git repo.
Changes from official instructions : use SSL instead of TLS.
Changes : moved getCredentials to a new class
Improvement : removed the unneeded String results[] and made the no. of emails to be retrieved be known from the function call.
Changes : renamed downloadMail to getMail
starMail function created.
created a basic UI to attach multiple files and send emails.

Changes : renamed downloadMail to getMail.
adjusted sendMail function to be used by the UI
Changes : get messages from Gmail by UID, therefore reducing time to fetch attachments.
added labels from refreshing emails and completion of attachment download
@Shru-Singh Shru-Singh added the hacktoberfest-accepted PR accepted for Hacktoberfest2021. label Oct 28, 2021
@Shru-Singh
Copy link
Member

PR Labelled as hacktoberfest-accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted PR accepted for Hacktoberfest2021.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants