Skip to content

Send beautiful emails with Markdown. Project for the course TDA367 - Object oriented programming project at Chalmers.

Notifications You must be signed in to change notification settings

mhgbrg/MailBowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MailBowser

Send beautiful emails with Markdown.

Usage

To run the program, go to the project root (where pom.xml is located) and run the following commands:

> mvn clean

> mvn package

This creates a jar file in the target folder that contains all dependencies. This file can now be run with:

> java -jar target/mailbowser-0.1-SNAPSHOT-jar-with-dependencies.jar

Persistent data

All data storage is contained in the following files:

  • Accounts.ser
  • Contacts.ser
  • Tags.ser

These files are placed in the folder the application is run from. To reset the application to its original state, simply delete these files.

Documentation

RAD, SDD and use cases can be found inside the docs folder. Meetings in pdf format can be found inside meetings/PDF/.

About

Send beautiful emails with Markdown. Project for the course TDA367 - Object oriented programming project at Chalmers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.2%
  • CSS 3.8%