Uses of Class
com.google.appengine.api.mail.BounceNotification
-
Packages that use BounceNotification Package Description com.google.appengine.api.mail 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 BounceNotification Modifier and Type Method Description static BounceNotification
BounceNotificationParser. parse(javax.servlet.http.HttpServletRequest request)
Parse the POST data of the given request to get details about the bounce notification.
-