A webmail client. Forked from https://git.sr.ht/~migadu/alps
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
j3s b5fcf10c44 Repoint repository references to new location pirms 3 gadiem
cmd/alps Repoint repository references to new location pirms 3 gadiem
contrib Rename project to alps pirms 4 gadiem
docs Repoint repository references to new location pirms 3 gadiem
plugins Repoint repository references to new location pirms 3 gadiem
themes Implement mailbox subscriptions pirms 3 gadiem
.build.yml Repoint repository references to new location pirms 3 gadiem
.editorconfig editorconfig: add more settings pirms 4 gadiem
.gitignore themes/alps: new theme pirms 4 gadiem
LICENSE Correct license ownership pirms 4 gadiem
README.md Repoint repository references to new location pirms 3 gadiem
discover.go Rename project to alps pirms 4 gadiem
go.mod Repoint repository references to new location pirms 3 gadiem
go.sum Fix issues with to/from headers pirms 3 gadiem
imap.go Rename project to alps pirms 4 gadiem
plugin.go Rename project to alps pirms 4 gadiem
plugin_go.go Rename project to alps pirms 4 gadiem
renderer.go Add notices on action completion pirms 3 gadiem
server.go Add theme-specific error page pirms 3 gadiem
session.go Add notices on action completion pirms 3 gadiem
smtp.go Rename project to alps pirms 4 gadiem
store.go Rename project to alps pirms 4 gadiem

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