Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



BounceNotification

BounceNotification is provided by the google.appengine.ext.webapp.mail_handlers package.

BounceNotification encapsulates the bounce notification received by the application.

  1. Class Methods

Constructor

class BounceNotification ( post_vars )

Constructs a new BounceNotification from the HTTP request containing the bounce notification from App Engine.

post_vars : a dict-like object containing bounce information. This is typically the self.request.POST variable of a RequestHandler object. The following keys are expected in the dict:

  • original-from
  • original-to
  • original-subject
  • original-text
  • notification-from
  • notification-to
  • notification-subject
  • notification-text
  • raw-message
where original is a dict describing the message that caused the bounce, notification is a dict describing the bounce itself, and raw_message is the raw message that caused the bounce.

Properties

The BounceNotification class provides the following properties:

original()

A dict describing the message that caused the bounce, containing the keys to , from , subject , text .

notification()

A dict describing the bounce itself, containing the keys to , from , subject , text .

original_raw_message()

The raw message that caused the bounce

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.