接口 EmailAttachmentService

    • 方法详细资料

      • download

        void download​(String folderName,
                      String messageId,
                      String name,
                      javax.servlet.http.HttpServletResponse response,
                      javax.servlet.http.HttpServletRequest request)
               throws IOException,
                      javax.mail.MessagingException
        抛出:
        IOException
        javax.mail.MessagingException
      • batchDownload

        void batchDownload​(String folderName,
                           String messageId,
                           javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)