Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

vianneynara/k.s3-Konsmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Konsmail (Mailing App)

What is Konsmail?

This is a simple mailing app that allows you to send emails to multiple recipients at once. It is built using Java. The app is built for the purpose of final project of the course "Object-Oriented Programming 2". The database structure is stored locally using an Oracle database.

Project Structure

src
└── main                    
    ├── database                    # Contains database files
    │   ├── driver                  # Contains the driver used to connect to the database
    │   └── sqlfiles                # Contains SQL files used to create the database needs
    ├── java        
    │   ├── gui                     # Contains GUI files
    │   ├── models      
    │   │   ├── objects             # Contains objects used in the app
    │   │   └── views               # Contains views used in the app
    │   │       └── inboxtable      # Contains classes required for inbox table
    │   ├── utils                   # Contains utility files
    │   └── Konsmail.java           # Main runner class
    └── resources                   
        └── images                  # Contains images used in the app

GUI Preview

The main window is not resizable, the resolution is fixed at 1366x768.

Login Page

Login Page

Registration Page

Login Page

Mailbox Page

Login Page

Configure Account Page

Login Page

New Mail Page

Login Page

Contributors

These are the people who contributed to the project:

Nr Name NIM
1 Nara -091
2 Edward -067
3 Patrick -078

About

Simple mailing app for OOP2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages