Giter VIP home page Giter VIP logo

Comments (9)

ddavaham avatar ddavaham commented on June 16, 2024

from evemail.

Slivo-fr avatar Slivo-fr commented on June 16, 2024

Thanks a lot, there is no rush I'm just starting to look at it :)

from evemail.

ddavaham avatar ddavaham commented on June 16, 2024

8967140

Hope this helps! Disclaimer: None of that is tested and completely from Memory

from evemail.

Slivo-fr avatar Slivo-fr commented on June 16, 2024

Thanks a lot ! <3

from evemail.

Slivo-fr avatar Slivo-fr commented on June 16, 2024

I'm halfway through the process, few questions came to me.
Can I bypass all the mails settings (as I won't use any mail feature) ?
Is supervisor use required ? Why ?

Thanks for your help and time :)

from evemail.

ddavaham avatar ddavaham commented on June 16, 2024
  1. Yes? I think. I would have to review the code to check but I think I can honestly say yes to that one.

I am 98% sure that by commenting out this line of code you should be able to use the application without worrying about errors from the Email Features. Obviously do not opt into email notifications on the settings page, but yeah

https://github.com/evemail/evemail/blob/master/app/Http/Controllers/MailController.php#L398

  1. Technically Yes. Technically no for your use case since you do not want to be emailed. So here is the basic flow of the application outlines below:
  • You sign into the application for the first time.
  • The application captures your AccessToken and RefreshToken from the SSO
  • These two tokens are stored in the tokens table in MySQL
  • A cron job on the back-end loops through the Token table and calls on a Queue Handler to input the Token into the Queue to be called and your most recent Mail Headers Downloaded
  • Supervisor runs php artisan queue:listen automatically without you having to be SSH'd into your server to run it manually which executes the Queue Worker that calls ESI to update the headers. Unique headers are saved to the table and the process repeats itself.

If you do not want to run Supervisor, then do not create the cron job or comment out the following line of code.

https://github.com/evemail/evemail/blob/master/app/Console/Kernel.php#L33

from evemail.

Slivo-fr avatar Slivo-fr commented on June 16, 2024

If I understand all this right, I could replace the Supervisor by a simple cron job running php artisan queue:listen and the kernel line commented ?

A cron job on the back-end loops through the Token table and calls on a Queue Handle

Could you tell me more about it ? Is it a different jobs ?

One more time, thanks for your help :)

from evemail.

ddavaham avatar ddavaham commented on June 16, 2024

from evemail.

Slivo-fr avatar Slivo-fr commented on June 16, 2024

Agree, let's use slack, you can find me one tweetfleet or invite me somewhere else !

from evemail.

Related Issues (18)

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.