-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Send to Kindle (email to E-Reader) #132
Comments
Hello! I'm not opposed to this kind of functionality living in Stump, I'm sure it would be considered useful for enough people and sounds cool, though I'm not familiar enough with Kindle specifically to understand exactly what is needed for this kind of thing. Every reader I use is either using page streaming of some kind or can load webpages/supports direct download. I personally won't have development time to give to this until after the core features for the
I think some sort of RBAC more closely similar to the (WIP) reading list RBAC would be a good model, where the server owner can maybe assign a role of
Emails are not currently collected, so that would need to be a migration on the users table, as well. I'm also not really familiar with what Rust libraries are available for this. A brief search shows https://github.com/lettre/lettre might be viable. But, some things I would want to ensure are not bloating too much by adding this. Using that as a segue, I think a general sort of requirements would be:
|
Implemented in #296 |
Is your feature request related to a problem? Please describe.
My wife and I are looking for a way to share E-books more easily. I'd like to use Stump to put all our ebooks into a shared library and she can grab the ones she wants and send them to Kindle or eq. E-Reader
Describe the solution you'd like
I'd like a drop dropdown on a books page that would allow me to send the book to a pre-defined email (or pick from a list of pre-defined emails)
Describe alternatives you've considered
This can be accomplished by downloading the book manually and emailing yourself.
Additional context
I see two ways to do this,
I'm opened to creating a PR on this one, but would like to know which way to go before I dig in too deep.
The text was updated successfully, but these errors were encountered: