You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imap-service should have all input types for functions be a proper indexed @/type
2
1
Many settings.ts are unused, please make them properly used
3
2
Change the bcrypt to be base64(bcrypt), where the env file contains a base64 encoded string, and the runtime decodes the base64 to get the bcrypt hash
4
3
Change setup-password to setup-env where it also runs 'openssl rand -base64 32' and also asks if you want to update/change imap config, which if yes allows a notepad to open with a temp.json file, which the user can edit, once it is complete it is then closed by user where the program transforms it into 1 line and puts in env var (the temp json must be the already existing env variable but formatted)
0 commit comments