Interface EmailSrv.ProvideBase64Data

  • All Known Implementing Classes:
    EmailSrv.EmailEmbedProvideBase64Data
    Enclosing class:
    EmailSrv

    public static interface EmailSrv.ProvideBase64Data
    when process an email content sometimes we wish embed image as base64 string to mail. source of image can go from many where. this interface for abstract source.
    Author:
    hieplq
    • Method Detail

      • getBodyPart

        javax.mail.BodyPart getBodyPart​(String dataId)
                                 throws javax.mail.MessagingException,
                                        IOException
        Throws:
        javax.mail.MessagingException
        IOException