Java org.springframework.integration.mail MailTransportUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.mail MailTransportUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.mail MailTransportUtils.

The text is from its open source code.

Method

voidcloseFolder(Folder folder, boolean expunge)
Close the given JavaMail Folder and ignore any thrown exception.
voidcloseService(Service service)
Close the given JavaMail Service and ignore any thrown exception.
StringtoPasswordProtectedString(URLName name)
Returns a string representation of the given URLName , where the password has been protected.