Class TinyMailUrlmapProp

    • Constructor Detail

      • TinyMailUrlmapProp

        TinyMailUrlmapProp()
    • Method Detail

      • getListAll

         String getListAll()

        list summary of all messages, in reverse order by default.

      • setListAll

         void setListAll(String listAll)

        list summary of all messages, in reverse order by default.

      • getListFailed

         String getListFailed()

        list summary of failed emails, in reverse order by default.

      • setListFailed

         void setListFailed(String listFailed)

        list summary of failed emails, in reverse order by default.

      • getListUndone

         String getListUndone()

        list summary of unsuccessful emails, in reverse order by default.

      • setListUndone

         void setListUndone(String listUndone)

        list summary of unsuccessful emails, in reverse order by default.

      • getByBizmark

         String getByBizmark()

        find summary of the email by Biz-Mark, in reverse order by default.

      • setByBizmark

         void setByBizmark(String byBizmark)

        find summary of the email by Biz-Mark, in reverse order by default.

      • getByRecipient

         String getByRecipient()

        find summary of the email by RegExp of to/cc/bcc, reverse order by default.

      • setByRecipient

         void setByRecipient(String byRecipient)

        find summary of the email by RegExp of to/cc/bcc, reverse order by default.

      • getBySender

         String getBySender()

        find summary of the email by from, in reverse order by default.

      • setBySender

         void setBySender(String bySender)

        find summary of the email by from, in reverse order by default.

      • getBySubject

         String getBySubject()

        find summary of the email by RegExp of subject, reverse order by default.

      • setBySubject

         void setBySubject(String bySubject)

        find summary of the email by RegExp of subject, reverse order by default.

      • getSendMail

         String getSendMail()

        create or save an email, and send it immediately or asynchronously

      • setSendMail

         void setSendMail(String sendMail)

        create or save an email, and send it immediately or asynchronously

      • setSendSave

         void setSendSave(String sendSave)

        only save messages, but do not send them.

      • getSendRetry

         String getSendRetry()

        sync retry failed emails, send success or failure, or exceptions

      • setSendRetry

         void setSendRetry(String sendRetry)

        sync retry failed emails, send success or failure, or exceptions

      • getSendScan

         String getSendScan()

        sync scan the emails that need to resend, and send them async, return the number of resend emails.

      • setSendScan

         void setSendScan(String sendScan)

        sync scan the emails that need to resend, and send them async, return the number of resend emails.