Git Product home page Git Product logo

gmail-gui's Introduction

Gmail-GUI

Getting the code

The code is made public and you can clone/fork it for your development.

About the code

The code makes use of JavaMail API which is used to compose, write and read emails.

The JavaMail API provides protocol-independent and plateform-independent framework for sending and receiving mails.

More about JavaMail API can be found here.

Setting up the environment

  • On an application

If the code is being tested/run on an application(IntelliJ, Eclipse, etc.) follow the steps below.

  1. The Dependecies are available in the folder here.

  2. Import the dependancies into the workspace and the code should now be able to execute perfectly fine. (raise an issue if it doesn't work)

  • On terminal/cmd

If you are using a terminal/cmd, make sure the .jar files are in the same directory as the code and follow the steps.

  1. Load the .jar file
set classpath=mail.jar;activation.jar;.;
  1. Compile the source code
javac Gmail.java
  1. Run the code
java Gmail

For any issues, raise an issue here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.