Uses of Class
com.google.appengine.api.mail.BounceNotification
Packages that use BounceNotification
Package
Description
Provides a service to send email messages on behalf of administrators or authenticated users,
also accessible via a JavaMail interface.
-
Uses of BounceNotification in com.google.appengine.api.mail
Methods in com.google.appengine.api.mail that return BounceNotificationModifier and TypeMethodDescriptionBounceNotification.BounceNotificationBuilder.build()
static BounceNotification
BounceNotificationParser.parse
(javax.servlet.http.HttpServletRequest request) Parse the POST data of the given request to get details about the bounce notification. -
Uses of BounceNotification in com.google.appengine.api.mail.ee10
Methods in com.google.appengine.api.mail.ee10 that return BounceNotificationModifier and TypeMethodDescriptionstatic BounceNotification
BounceNotificationParser.parse
(jakarta.servlet.http.HttpServletRequest request) Deprecated.Parse the POST data of the given request to get details about the bounce notification. -
Uses of BounceNotification in com.google.appengine.api.mail.jakarta
Methods in com.google.appengine.api.mail.jakarta that return BounceNotificationModifier and TypeMethodDescriptionstatic BounceNotification
BounceNotificationParser.parse
(jakarta.servlet.http.HttpServletRequest request) Parse the POST data of the given request to get details about the bounce notification.