Announcement

Collapse
No announcement yet.

Email Access plugin for Homeseer 2.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    JimBob,

    I will take a look in the code and see if I can see anything weird that might be causing it.

    I will let you know
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #32
      Quick question for a newbie, how do I view the ASP help page properly rendered?

      Also I get a "wrong number of argumens" error when I call

      numMails = hs.GetPluginsEx("EMail Access").GetEmailCount("xxx","xxx")

      from a script. Can you tell me what I'm doing wrong?

      Thanks.
      Author of Highpeak Plugins | SMS-Gateway Plugin | Blue Iris Plugin | Paradox (Beta) Plugin | Modbus Plugin | Yamaha Plugin

      Comment


        #33
        Try this:

        PHP Code:
        numMails hs.Plugin("EMail Access").GetEmailCount("xxx","xxx"

        You need to load the ASP page up in internet explorer.
        Cheers,
        Bob
        Web site | Help Desk | Feature Requests | Message Board

        Comment


          #34
          email trigger

          The plug in works great because it retrieves email from pop server, but I didn't solve the problem:

          whenever an email, with a any subjet (!!!!) comes, all the event run.

          So I have two problems:

          all the events run when an email is retreived
          every time I receive an email they run

          Please help me!!!!!!!!!!!

          Comment


            #35
            I am not quite sure what you mean. Can you explain more of what you are doing with the plugin?
            Cheers,
            Bob
            Web site | Help Desk | Feature Requests | Message Board

            Comment

            Working...
            X