Skip to main content

Map inbound mail onto application-defined handlers

Project description

repoze.mailin README

This package provides a framework for mapping inbound e-mail onto application-defined handlers.

Please see docs/index.rst for the documentation.

repoze.mailin Changelog

0.2 (2009-06-23)

  • 100% unit test coverage.

  • Hardened PendingQueue.pop against RFC-violating message IDs with non-decodable 8-bit characters.

  • Added logging of underflows in PendingQueue.pop.

  • Made PendingQueue.pop a normal method, rather than a generator.

  • Added PendingQueue.logger attribute: if set, should obey the interface of a logging module logger.

0.1.5 (2009-05-31)

  • Skip incoming messages with duplicate message ids to messages we have already processed; apparently some Microsoft clients resend messages without updating the Message-Id header, in violation of RFCs.

0.1.4 (2009-05-04)

  • Fixed case where pop with multiple pending IDs and a given isolation level would cause the delete to fail with ‘database locked’. See: https://bugs.launchpad.net/karl3/+bug/364251

  • Fixed bug found by inspection where “underflow” on pop would leave the message IDs which had been returned on the queue.

0.1.3 (2009-03-13)

  • Added PendingQueue.__del__ to ensure closing the SQL connection.

  • MaildirStore.drainInbox: don’t remove the message from the maildir until after adding to the store.

0.1.2 (2009-01-22)

  • Made draino script explicitly commit sqlite transactions if not running in dry-run mode.

  • Added isolation_level argument to MaildirStore.__init__, to allow control of how the queue commits transactions. The default, None, causes the connection to defer commits.

0.1.1 (2009-01-16)

  • Added isolation_level argument to PendingQueue.__init__, to allow control of how the queue commits transactions. The default, None, causes the connection to autocommit after each statement.

0.1 (2009-01-15)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

repoze.mailin-0.2.tar.gz (27.0 kB view details)

Uploaded Source

File details

Details for the file repoze.mailin-0.2.tar.gz.

File metadata

  • Download URL: repoze.mailin-0.2.tar.gz
  • Upload date:
  • Size: 27.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for repoze.mailin-0.2.tar.gz
Algorithm Hash digest
SHA256 5781f5e9e416b9e52e2cdb0eb221ae151c971d4d857795c336788d5db79c4d78
MD5 39d4d6b75c6f188d1f649dcd189909dc
BLAKE2b-256 1f69d7dbb0a4511d37e3bf440520241880e7c4631febfbc0fc8b81a22ad7d5cc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page