Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. English
    3. ioBroker general
    4. Read email

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Read email

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      diy.ua 0 last edited by

      Hello everyone,
      Just settled the GSMSMS adapter and now I want to get SMSs about several important emails together with SMSs about events from sensors or about scheduled ones.
      The ioBroker Email adapter can only Send emails but I want ioBroker to read email via IMAP and SMS headers of the new messages to me.
      Can anybody advise an appropriate solution pls?

      M 1 Reply Last reply Reply Quote 0
      • M
        MCU @diy.ua 0 last edited by

        @diy-ua-0
        There is an imap adapter to read email via imap. SMS headers possible with Tasker on Android Mobile.

        D 1 Reply Last reply Reply Quote 1
        • D
          diy.ua 0 @MCU last edited by

          @mcu Thank you but I can't find the IMAP 😞
          Please advise the source to get it.
          Thank you
          dfe5a8d2-2690-41a8-9302-e113a6813744-image.png

          M 1 Reply Last reply Reply Quote 0
          • M
            MCU @diy.ua 0 last edited by

            @diy-ua-0 Activate the expertMode 3269a7cc-31a9-47d6-a01e-14d9d8393b20-image.png
            then click on the cat
            66516cd5-f55b-423d-a95f-d5e98ba86c78-image.png
            then load it from Userdefined

            9d716de2-31cc-46a0-9e6e-36484bf9a75a-image.png
            and then click on install

            https://github.com/Lucky-ESA/ioBroker.imap
            
            D 1 Reply Last reply Reply Quote 1
            • D
              diy.ua 0 @MCU last edited by

              @mcu Thank you very much. I never heard about this ioBroker's functionality.

              M 1 Reply Last reply Reply Quote 0
              • M
                MCU @diy.ua 0 last edited by

                @diy-ua-0 If you need help, first read the description.
                https://github.com/Lucky-ESA/ioBroker.imap/blob/master/docs/en/README.md

                D 2 Replies Last reply Reply Quote 1
                • D
                  diy.ua 0 @MCU last edited by

                  @mcu Documentation is really cool. Thank you
                  4d3bfe9c-7860-4602-aecf-860caf65516b-image.png
                  2707c931-9897-4fc6-b44c-b807171b900f-image.png

                  1 Reply Last reply Reply Quote 0
                  • D
                    diy.ua 0 @MCU last edited by

                    @mcu
                    Thank you very much again. The script to inform me about awaited email was received looks really easier nowhere:

                    on({id: [].concat(['imap.0.xxxx_xxxx_xxxx_xxx.email.email_01.uid']), change: "ne"}, async function (obj) {
                      let value = obj.state.val;
                      let oldValue = obj.oldState.val;
                      if((getState("imap.0.xxxx_xxxx_xxxx_xxx.email.email_01.subject").val).indexOf("XXXYYYZZZ") != -1)
                       {
                    sendTo("gsmsms.0", "send", {text:`${getState("imap.0.xxxx_xxxx_xxxx_xxx.email.email_01.subject").val}`,recipient:'+XXXXXXXXXXXXXX', alert:false});
                     };
                    });
                    
                    
                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post

                    Support us

                    ioBroker
                    Community Adapters
                    Donate

                    972
                    Online

                    31.6k
                    Users

                    79.4k
                    Topics

                    1.3m
                    Posts

                    2
                    8
                    454
                    Loading More Posts
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes
                    Reply
                    • Reply as topic
                    Log in to reply
                    Community
                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                    The ioBroker Community 2014-2023
                    logo