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 51d762ac5f Implement mailbox subscriptions преди 3 години
cmd/alps Add theme-specific error page преди 3 години
contrib Rename project to alps преди 4 години
docs Rename project to alps преди 4 години
plugins Implement mailbox subscriptions преди 3 години
themes Implement mailbox subscriptions преди 3 години
.build.yml ci: use new repo URL преди 3 години
.editorconfig editorconfig: add more settings преди 4 години
.gitignore themes/alps: new theme преди 4 години
LICENSE Correct license ownership преди 4 години
README.md readme: add CI badge преди 3 години
discover.go Rename project to alps преди 4 години
go.mod Fix issues with to/from headers преди 3 години
go.sum Fix issues with to/from headers преди 3 години
imap.go Rename project to alps преди 4 години
plugin.go Rename project to alps преди 4 години
plugin_go.go Rename project to alps преди 4 години
renderer.go Add notices on action completion преди 3 години
server.go Add theme-specific error page преди 3 години
session.go Add notices on action completion преди 3 години
smtp.go Rename project to alps преди 4 години
store.go Rename project to alps преди 4 години

README.md

alps

GoDoc builds.sr.ht status

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