Skip to content

Commit

Permalink
Add reference to CrabAlert
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten authored Oct 23, 2023
1 parent c96122b commit 3420fad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ docker run --rm -p 1080:1080 -p 1025:1025 marlonb/mailcrab:latest

![MailCrab screenshot](https://raw.githubusercontent.com/tweedegolf/mailcrab/main/frontend/img/screen.png)

## Related projects

- [CrabAlert](https://github.com/klr/crabalert) is a macOS status bar application that notifies you of incoming messages in MailCrab

## Technical overview

Both the backend server and the frontend are written in Rust. The backend receives email over an unencrypted connection on a configurable port. All email is stored in memory while the application is running. An API exposes all received email:
Expand Down

0 comments on commit 3420fad

Please sign in to comment.