Where can I find documentation of limits on the new incoming mail
capability? Maximum message size, limits on # recevied, etc.?
Also, is the following likely to cause problems because of size limits?
msg.attachments = pickle.dumps(message.attachments)
msg.put()
msg is an object extending db.Model, and message is the argument to
InboundMailHandler.receive.
-Joshua
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---