Skip to content
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

Add e-mail provider "Strato.de" #13

Open
charraeus opened this issue Nov 18, 2022 · 5 comments
Open

Add e-mail provider "Strato.de" #13

charraeus opened this issue Nov 18, 2022 · 5 comments

Comments

@charraeus
Copy link

Hi,
in Germany "Strato.de" is one of the biggest e-mail (and homepage) provider. Could you add this please? I think it belongs into /src/core/emailProviders.ts

   {
        type: 'Strato',
        host: 'imap.strato.de',
        port: 993,
        tls: true,
   },

Thank's a lot,
Christian

@PackElend
Copy link

do you know how to do a PR?
That should allow to have it done quickly :)

@bishoy-magdy
Copy link
Collaborator

Hi, in Germany "Strato.de" is one of the biggest e-mail (and homepage) provider. Could you add this please? I think it belongs into /src/core/emailProviders.ts

   {
        type: 'Strato',
        host: 'imap.strato.de',
        port: 993,
        tls: true,
   },

Thank's a lot, Christian

If you want to create a PR to add "Strato.de" configure, you are welcome.

However, keep in mind that the type should be lowercase because the plugin converts the email to lowercase and then compares.

But if you don't mind, I can add and a email configure? 

Thanks😊😊

@charraeus
Copy link
Author

Hi Bishoy, thanks for the very fast reply :-) I'm not a (Typescript) programmer and have no programming environment on my computer. So unfortunately I cannot do a PR (and I've never done this before).
Best regards, Christian

@bishoy-magdy
Copy link
Collaborator

Hi Bishoy, thanks for the very fast reply :-) I'm not a (Typescript) programmer and have no programming environment on my computer. So unfortunately I cannot do a PR (and I've never done this before).

You are welcome :),
No problem, I will create a PR😊

@bishoy-magdy
Copy link
Collaborator

Now I have a PR and wait for approval.
After merging, all emails, such as [email protected], now login without using a manual connection. If the emails have a custom domain, such as [email protected], they should use a manual connection because you don't know which provider to use in that case.

Please let me know if anything is unclear. 
Thanks

roman-r-m added a commit that referenced this issue Nov 19, 2022
Add Strato.de email provider configure #13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants