Remix.run Logo
Onavo 20 hours ago

Note the rustmailer project mentioned is heavily proprietary licensed. Don't expect to be able to use any of this.

rustmailer 12 hours ago | parent | next [-]

I’m the author of Bichon, so let me clarify this.

First, rustmailer is my GitHub username. Under this GitHub account there are two main projects: RustMailer and Bichon.

RustMailer is a middleware product with the same name. It is commercially licensed. I hope it can help developers save time on email-related development and also generate a bit of income for me, so this middleware requires a license key to run long-term.

Bichon, on the other hand, is an independent project built on the experience of developing RustMailer. It does reuse a lot of similar code, but it is licensed under the AGPL. These are two completely different projects. RustMailer provides many API interfaces similar to EmailEngine and is positioned as middleware, while Bichon is an email archiving (or unified search) project.

Bichon is positioned as a permanently free project. Users never need to worry that if you use Bichon today you will be asked to pay later — you can use it with confidence, and all of its code is fully open and transparent.

sea-gold 19 hours ago | parent | prev | next [-]

RustMailer (a separate project) has a commercial license: https://github.com/rustmailer/rustmailer/blob/main/LICENSE

> RustMailer is source-available. The code is open on GitHub, but requires a valid commercial license key for production use.

License Purchase: https://rustmailer.com/pricing

The mention of BSD/Apache is from here[1] and looks to be a listing of open-source licenses that this project uses.

[1] https://github.com/rustmailer/rustmailer/blob/main/license.h...

jszymborski 20 hours ago | parent | prev | next [-]

actually the rustmailer licensing is a bit confusing. The license file in the repo has the text of the BSD Zero and Apache license but the README describes it as "source-available"?

DetroitThrow 19 hours ago | parent [-]

I read the license MD and there are some clauses that make it incompatible with Apache. I think you might just have seen the disclosure text for Apache/BSD zero.

DetroitThrow 20 hours ago | parent | prev [-]

This one appears to be AGPL and safe to use, but I just read the main project license and frowned. I'm not sure I understand who that project is for.

sea-gold 19 hours ago | parent [-]

Bichon is in fact AGPL: https://github.com/rustmailer/bichon/blob/main/LICENSE

It must not be using any RustMailer code.

copirate 19 hours ago | parent [-]

If it's the same author they can reuse the code. They can copy the code but they can't link it.