A webmail client. Forked from https://git.sr.ht/~migadu/alps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Drew DeVault 7ba4275471
alps: improve margin on email bodies
преди 4 години
cmd/alps Rename project to alps преди 4 години
contrib Rename project to alps преди 4 години
docs Rename project to alps преди 4 години
plugins plugins/base: Add missing nil check for getMailboxByType преди 4 години
themes alps: improve margin on email bodies преди 4 години
.build.yml ci: add .build.yml преди 4 години
.editorconfig editorconfig: add more settings преди 4 години
.gitignore themes/alps: new theme преди 4 години
LICENSE Correct license ownership преди 4 години
README.md readme: suggest using the alps theme instead of the SourceHut one преди 4 години
discover.go Rename project to alps преди 4 години
go.mod plugins/caldav: add form to create new events преди 4 години
go.sum plugins/caldav: switch to path-based URLs преди 4 години
imap.go Rename project to alps преди 4 години
plugin.go Rename project to alps преди 4 години
plugin_go.go Rename project to alps преди 4 години
renderer.go Use context-appropriate title for mbox/msg view преди 4 години
server.go Rename project to alps преди 4 години
session.go Rename project to alps преди 4 години
smtp.go Rename project to alps преди 4 години
store.go Rename project to alps преди 4 години

README.md

alps

GoDoc

A simple and extensible webmail.

Usage

Assuming SRV DNS records are properly set up (see RFC 6186):

go run ./cmd/alps example.org

To manually specify upstream servers:

go run ./cmd/alps imaps://mail.example.org:993 smtps://mail.example.org:465

Add -theme alps to use the alps theme. See docs/cli.md for more information.

When developing themes and plugins, the script contrib/hotreload.sh can be used to automatically reload alps on file changes.

Contributing

Send patches on the mailing list, report bugs on the issue tracker.

License

MIT