joplin / plugin-email

This plugin adds the ability to fetch email messages and converts them to Joplin notes in various formats, either by monitoring any new or unread messages from a specific email address or a specific mailbox, or by uploading downloaded email messages to the plugin without having to be logged in.
29 stars 4 forks source link

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

Open charraeus opened 1 year ago

charraeus commented 1 year ago

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 commented 1 year ago

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

bishoy-magdy commented 1 year ago

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 typeshould 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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Now I have a PR and wait for approval. After merging, all emails, such as xxx@strato.xx, now login without using a manual connection. If the emails have a custom domain, such as example@bishoy.com, 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