Skip to content

schkwve/sailfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sailfish - Lightweight, Cross-Platform E-Mail Client

So... what can it do?

As of now, Sailfish is in a very early stage of development, so... not much.

Building

For testing purposes, one file was purposefully omitted: src/utils/login.h. Create the file from the following template, and fill the defines appropriately:

#ifndef __LOGIN_H_
#define __LOGIN_H_

#define LOGIN_USERNAME "john.doe@something.net"
#define LOGIN_PASS "qwerty"

#endif // __LOGIN_H_

To build Sailfish, simply run make. For more build options, run make help.

Contributing

If you notice a bug, feel free to open an Issue. Pull Requests are also welcome if they fix a bug or a security issue.

License

GPL3 License

Sailfish is licensed under the GPL3 license, which you can find here.

Releases

No releases published

Packages

No packages published