aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: ac0a30bdb7e05946f742b54b515519b347f72853 (plain) (tree)
1
2
3
4
5
6
7
8
9
        
 

                                                                                                                   
 

                                

        

                                                              
                                 


                                     
                                                                               
 
                                                                   
            
 
                                                                            
                                                  
 

               
                                                                       
 


          
 
                                  
                                               
                                                                      
                                                      
                                                
# [alps]

[![GoDoc](https://godoc.org/git.sr.ht/~migadu/alps?status.svg)](https://godoc.org/git.sr.ht/~migadu/alps)
[![builds.sr.ht status](https://builds.sr.ht/~migadu/alps/commits.svg)](https://builds.sr.ht/~migadu/alps/commits?)

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

[alps]: https://sr.ht/~migadu/alps
[RFC 6186]: https://tools.ietf.org/html/rfc6186
[Go plugin helpers]: https://godoc.org/git.sr.ht/~migadu/alps#GoPlugin
[mailing list]: https://lists.sr.ht/~migadu/alps-devel
[issue tracker]: https://todo.sr.ht/~migadu/alps