Giter Site home page Giter Site logo

Comments (2)

meowtec avatar meowtec commented on August 16, 2024

Thanks for your willingness to contribute, but Please not do that. It is just an image manipulation application, not an email client.

While you can add the email feature in your fork, build and release your own edition. But please not send me a Pull Request.

Some advices:

  1. Add a new property like mailConfig into interface IStorageContent, interface IGlobals for storing the email configure data. And make sure to store it to local.
  2. Modify OptionsPanel.tsx and add some inputs for server address, credentials and others. Or you can create a new modal, using material ui or ant design modal.
  3. Search for ACTIONS.DEFAULT_OPTIONS_UPDATE to know how to update the redux state. (You should update IGlobals.mailConfig when the form changes)
  4. Modify ActionBar.tsx for adding the email button.
  5. Search for fileSaveAll to know how to filter for reduced images (and the mailConfig). Then add a similar one like mailAllReducedImages, in which you can use a node mail module such as Nodemailer to send the mail.

from imagine.

rpelletierrefocus avatar rpelletierrefocus commented on August 16, 2024

Understood, Thank you so much for the pointers. This is a great start and very helpful.

from imagine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.