A B C D G I J M R S T 
All Classes All Packages

A

addAttachment(String, File) - Method in class io.camunda.google.MimeMessageUtils
Add an attachment to the MimeMessage, taking the content from a java.io.File.
addAttachment(String, DataSource) - Method in class io.camunda.google.MimeMessageUtils
Add an attachment to the MimeMessage, taking the content from a jakarta.activation.DataSource.
Attachment - Class in io.camunda.google.model
 
Attachment() - Constructor for class io.camunda.google.model.Attachment
 
attachments(File...) - Method in class io.camunda.google.model.Mail.Builder
 
attachments(List<Attachment>) - Method in class io.camunda.google.model.ReceivedMail.Builder
 

B

bcc(String...) - Method in class io.camunda.google.model.Mail.Builder
 
bcc(String...) - Method in class io.camunda.google.model.ReceivedMail.Builder
 
body(String) - Method in class io.camunda.google.model.Mail.Builder
 
body(String) - Method in class io.camunda.google.model.ReceivedMail.Builder
 
build() - Method in class io.camunda.google.model.Mail.Builder
 
build() - Method in class io.camunda.google.model.ReceivedMail.Builder
 
Builder() - Constructor for class io.camunda.google.model.Mail.Builder
 
Builder() - Constructor for class io.camunda.google.model.ReceivedMail.Builder
 
buildMailBody(String, Map<String, Object>, Locale) - Static method in class io.camunda.google.MailBuilderUtils
 
buildMimeMessage(Mail) - Static method in class io.camunda.google.MailBuilderUtils
 

C

cc(String...) - Method in class io.camunda.google.model.Mail.Builder
 
cc(String...) - Method in class io.camunda.google.model.ReceivedMail.Builder
 
configure() - Static method in class io.camunda.google.MailBuilderUtils
 
configure(GoogleWsConfig) - Static method in class io.camunda.google.GoogleAuthUtils
 
configure(ThymeleafConfig) - Static method in class io.camunda.google.MailBuilderUtils
 
convertToGmailMessage(MimeMessage) - Static method in class io.camunda.google.GmailUtils
 
createFolder(String) - Static method in class io.camunda.google.DriveUtils
 
createFolder(String, String) - Static method in class io.camunda.google.DriveUtils
 
createMimeMultiparts(MimeMessage, int) - Method in class io.camunda.google.MimeMessageUtils
Determine the MimeMultipart objects to use, which will be used to store attachments on the one hand and text(s) and inline elements on the other hand.

D

delete(Message) - Static method in class io.camunda.google.GmailUtils
 
drive() - Static method in class io.camunda.google.DriveUtils
 
DriveUtils - Class in io.camunda.google
 
DriveUtils() - Constructor for class io.camunda.google.DriveUtils
 

G

getApplicationName() - Method in class io.camunda.google.config.GoogleWsConfig
 
getAttachments() - Method in class io.camunda.google.model.Mail
 
getAttachments() - Method in class io.camunda.google.model.ReceivedMail
 
getBcc() - Method in class io.camunda.google.model.Mail
 
getBcc() - Method in class io.camunda.google.model.ReceivedMail
 
getBody() - Method in class io.camunda.google.model.Mail
 
getBody() - Method in class io.camunda.google.model.ReceivedMail
 
getCallBackPort() - Method in class io.camunda.google.config.GoogleWsConfig
 
getCc() - Method in class io.camunda.google.model.Mail
 
getCc() - Method in class io.camunda.google.model.ReceivedMail
 
getContent(Message) - Static method in class io.camunda.google.GmailUtils
 
getContentType() - Method in class io.camunda.google.model.Attachment
 
getCredentials(NetHttpTransport) - Static method in class io.camunda.google.GoogleAuthUtils
Creates an authorized Credential object.
getCredentialsFilePath() - Method in class io.camunda.google.config.GoogleWsConfig
 
getData() - Method in class io.camunda.google.model.Attachment
 
getEncoding() - Method in class io.camunda.google.MimeMessageUtils
 
getFrom() - Method in class io.camunda.google.model.Mail
 
getFrom() - Method in class io.camunda.google.model.ReceivedMail
 
getFromDrive(String, String) - Static method in class io.camunda.google.DriveUtils
 
getGoogleWsConfig() - Static method in class io.camunda.google.GoogleAuthUtils
 
getLabels() - Static method in class io.camunda.google.GmailUtils
 
getMimeMessage() - Method in class io.camunda.google.MimeMessageUtils
 
getMimeMultipart() - Method in class io.camunda.google.MimeMessageUtils
Return the underlying MIME "multipart/related" object, if any.
getName() - Method in class io.camunda.google.model.Attachment
 
getRootMimeMultipart() - Method in class io.camunda.google.MimeMessageUtils
Return the root MIME "multipart/mixed" object, if any.
getScopes() - Method in class io.camunda.google.config.GoogleWsConfig
 
getSize() - Method in class io.camunda.google.model.Attachment
 
getSubject() - Method in class io.camunda.google.model.Mail
 
getSubject() - Method in class io.camunda.google.model.ReceivedMail
 
getTemplateEngine() - Static method in class io.camunda.google.MailBuilderUtils
 
getTo() - Method in class io.camunda.google.model.Mail
 
getTo() - Method in class io.camunda.google.model.ReceivedMail
 
getTokensDirectoryPath() - Method in class io.camunda.google.config.GoogleWsConfig
 
gmail() - Static method in class io.camunda.google.GmailUtils
 
GmailUtils - Class in io.camunda.google
 
GmailUtils() - Constructor for class io.camunda.google.GmailUtils
 
GoogleAuthUtils - Class in io.camunda.google
 
GoogleAuthUtils() - Constructor for class io.camunda.google.GoogleAuthUtils
 
GoogleWsConfig - Class in io.camunda.google.config
 
GoogleWsConfig() - Constructor for class io.camunda.google.config.GoogleWsConfig
 

I

io.camunda.google - package io.camunda.google
 
io.camunda.google.config - package io.camunda.google.config
 
io.camunda.google.model - package io.camunda.google.model
 
isEncodeFilenames() - Method in class io.camunda.google.MimeMessageUtils
Return whether to encode attachment filenames passed to this helper's #addAttachment methods.
isMultipart() - Method in class io.camunda.google.MimeMessageUtils
 

J

JSON_FACTORY - Static variable in class io.camunda.google.GoogleAuthUtils
 

M

Mail - Class in io.camunda.google.model
 
Mail() - Constructor for class io.camunda.google.model.Mail
 
Mail.Builder - Class in io.camunda.google.model
 
MailBuilderUtils - Class in io.camunda.google
 
MailBuilderUtils() - Constructor for class io.camunda.google.MailBuilderUtils
 
MimeMessageUtils - Class in io.camunda.google
Copied and simplified from Spring MimeMessageHelper
MimeMessageUtils(MimeMessage) - Constructor for class io.camunda.google.MimeMessageUtils
Create a new MimeMessageUtils for the given MimeMessage, assuming a simple text message (no multipart content, i.e.
MimeMessageUtils(MimeMessage, boolean) - Constructor for class io.camunda.google.MimeMessageUtils
Create a new MimeMessageUtils for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageUtils(MimeMessage, boolean, String) - Constructor for class io.camunda.google.MimeMessageUtils
Create a new MimeMessageUtils for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageUtils(MimeMessage, int) - Constructor for class io.camunda.google.MimeMessageUtils
Create a new MimeMessageUtils for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageUtils(MimeMessage, int, String) - Constructor for class io.camunda.google.MimeMessageUtils
Create a new MimeMessageUtils for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageUtils(MimeMessage, String) - Constructor for class io.camunda.google.MimeMessageUtils
Create a new MimeMessageUtils for the given MimeMessage, assuming a simple text message (no multipart content, i.e.
MULTIPART_MODE_MIXED - Static variable in class io.camunda.google.MimeMessageUtils
Constant indicating a multipart message with a single root multipart element of type "mixed".
MULTIPART_MODE_MIXED_RELATED - Static variable in class io.camunda.google.MimeMessageUtils
Constant indicating a multipart message with a root multipart element "mixed" plus a nested multipart element of type "related".
MULTIPART_MODE_NO - Static variable in class io.camunda.google.MimeMessageUtils
Constant indicating a non-multipart message.
MULTIPART_MODE_RELATED - Static variable in class io.camunda.google.MimeMessageUtils
Constant indicating a multipart message with a single root multipart element of type "related".

R

read(String) - Static method in class io.camunda.google.GmailUtils
 
readMessages() - Static method in class io.camunda.google.GmailUtils
 
readMessages(boolean) - Static method in class io.camunda.google.GmailUtils
 
readMessages(String) - Static method in class io.camunda.google.GmailUtils
 
readMessages(String, Boolean) - Static method in class io.camunda.google.GmailUtils
 
ReceivedMail - Class in io.camunda.google.model
 
ReceivedMail() - Constructor for class io.camunda.google.model.ReceivedMail
 
ReceivedMail.Builder - Class in io.camunda.google.model
 

S

sendEmail(Mail) - Static method in class io.camunda.google.GmailUtils
 
setApplicationName(String) - Method in class io.camunda.google.config.GoogleWsConfig
 
setAttachments(File[]) - Method in class io.camunda.google.model.Mail
 
setAttachments(List<Attachment>) - Method in class io.camunda.google.model.ReceivedMail
 
setBcc(String) - Method in class io.camunda.google.MimeMessageUtils
 
setBcc(String[]) - Method in class io.camunda.google.MimeMessageUtils
 
setBcc(String...) - Method in class io.camunda.google.model.Mail
 
setBcc(String...) - Method in class io.camunda.google.model.ReceivedMail
 
setBcc(InternetAddress) - Method in class io.camunda.google.MimeMessageUtils
 
setBcc(InternetAddress[]) - Method in class io.camunda.google.MimeMessageUtils
 
setBody(String) - Method in class io.camunda.google.model.Mail
 
setBody(String) - Method in class io.camunda.google.model.ReceivedMail
 
setCallBackPort(int) - Method in class io.camunda.google.config.GoogleWsConfig
 
setCc(String) - Method in class io.camunda.google.MimeMessageUtils
 
setCc(String[]) - Method in class io.camunda.google.MimeMessageUtils
 
setCc(String...) - Method in class io.camunda.google.model.Mail
 
setCc(String...) - Method in class io.camunda.google.model.ReceivedMail
 
setCc(InternetAddress) - Method in class io.camunda.google.MimeMessageUtils
 
setCc(InternetAddress[]) - Method in class io.camunda.google.MimeMessageUtils
 
setContentType(String) - Method in class io.camunda.google.model.Attachment
 
setCredentialsFilePath(String) - Method in class io.camunda.google.config.GoogleWsConfig
 
setData(byte[]) - Method in class io.camunda.google.model.Attachment
 
setEncodeFilenames(boolean) - Method in class io.camunda.google.MimeMessageUtils
Set whether to encode attachment filenames passed to this helper's #addAttachment methods.
setFrom(String) - Method in class io.camunda.google.MimeMessageUtils
 
setFrom(String) - Method in class io.camunda.google.model.Mail
 
setFrom(String) - Method in class io.camunda.google.model.ReceivedMail
 
setFrom(String, String) - Method in class io.camunda.google.MimeMessageUtils
 
setFrom(InternetAddress) - Method in class io.camunda.google.MimeMessageUtils
 
setMimeMultiparts(MimeMultipart, MimeMultipart) - Method in class io.camunda.google.MimeMessageUtils
Set the given MimeMultipart objects for use by this MimeMessageUtils.
setName(String) - Method in class io.camunda.google.model.Attachment
 
setPriority(int) - Method in class io.camunda.google.MimeMessageUtils
Set the priority ("X-Priority" header) of the message.
setReplyTo(String) - Method in class io.camunda.google.MimeMessageUtils
 
setReplyTo(String, String) - Method in class io.camunda.google.MimeMessageUtils
 
setReplyTo(InternetAddress) - Method in class io.camunda.google.MimeMessageUtils
 
setScopes(Set<String>) - Method in class io.camunda.google.config.GoogleWsConfig
 
setSentDate(Date) - Method in class io.camunda.google.MimeMessageUtils
Set the sent-date of the message.
setSize(long) - Method in class io.camunda.google.model.Attachment
 
setSubject(String) - Method in class io.camunda.google.MimeMessageUtils
Set the subject of the message, using the correct encoding.
setSubject(String) - Method in class io.camunda.google.model.Mail
 
setSubject(String) - Method in class io.camunda.google.model.ReceivedMail
 
setText(String) - Method in class io.camunda.google.MimeMessageUtils
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, boolean) - Method in class io.camunda.google.MimeMessageUtils
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, String) - Method in class io.camunda.google.MimeMessageUtils
Set the given plain text and HTML text as alternatives, offering both options to the email client.
setTo(String) - Method in class io.camunda.google.MimeMessageUtils
 
setTo(String[]) - Method in class io.camunda.google.MimeMessageUtils
 
setTo(String[]) - Method in class io.camunda.google.model.Mail
 
setTo(String[]) - Method in class io.camunda.google.model.ReceivedMail
 
setTo(InternetAddress) - Method in class io.camunda.google.MimeMessageUtils
 
setTo(InternetAddress[]) - Method in class io.camunda.google.MimeMessageUtils
 
setTokensDirectoryPath(String) - Method in class io.camunda.google.config.GoogleWsConfig
 
sheets() - Static method in class io.camunda.google.DriveUtils
 
storeInDrive(File) - Static method in class io.camunda.google.DriveUtils
 
storeInDrive(File, String) - Static method in class io.camunda.google.DriveUtils
 
subject(String) - Method in class io.camunda.google.model.Mail.Builder
 
subject(String) - Method in class io.camunda.google.model.ReceivedMail.Builder
 

T

to(String...) - Method in class io.camunda.google.model.Mail.Builder
 
to(String...) - Method in class io.camunda.google.model.ReceivedMail.Builder
 
trash(Message) - Static method in class io.camunda.google.GmailUtils
 
A B C D G I J M R S T 
All Classes All Packages