Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 394 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 394 Bytes

gmail-web-client

.NET Gmail web client using IMAPX lib, Bootstrap and SQL Server.

Initialize the databases

  • Create and initialize the database (and tables) by running the sql script located in /Source/Migrations/Migration.sql

Configure Web.Config

  • Change the Connection string in the web.config file of the application with your DB info.

Run the application

  • Thats all folks!.