The Loft App is the dashboard app to Loft, a tool to receive email via Amazon Simple Email Service (SES) and synchronise it to a designated IMAP mailbox. This app displays email aliases, statistics and enables downloading of received messages.
See the Loft repository for more detail, or install Loft directly into your AWS account:
We'd love contributions that help to extend the Loft App web interface or Loft itself.
The project source includes frontend code and supporting resources under src/
. It's written in Typescript with Svelte, Pure CSS and uses Parcel as the build tool.
Open the repo in your favourite editor, some basic config is already committed for VS Code. Run the following command to initialise dependencies.
$ npm install
To start the local server with hot-reload, run the following command and go to localhost:1234. Make sure to configure the app with your AWS settings on the corresponding page.
$ npm start
- Pigeon icon by Carlin MacKenzie on OpenMoji.
- Styles by Pure.css.