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.
 
 
 
 
Drew DeVault 1992880454 Add theme-specific error page pirms 3 gadiem
cmd/alps Add theme-specific error page pirms 3 gadiem
contrib Rename project to alps pirms 4 gadiem
docs Rename project to alps pirms 4 gadiem
plugins Add theme-specific error page pirms 3 gadiem
themes Add theme-specific error page pirms 3 gadiem
.build.yml ci: use new repo URL 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 readme: add CI badge pirms 3 gadiem
discover.go Rename project to alps pirms 4 gadiem
go.mod Replace parts tree with attachment list pirms 3 gadiem
go.sum Replace parts tree with attachment list 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 theme-specific error page pirms 3 gadiem
server.go Add theme-specific error page pirms 3 gadiem
session.go Limit total size of unsent attachments 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