[](https://travis-ci.org/syslabcom/slc.mailrouter)
Introduction
============
slc.mailrouter bridges the gap between zope and email. It is based on the same
idea as products such as mailboxer: a script is invoked by your mail transfer
agent (postfix, exim) and the body of the email is passed to this script on
stdin. This is then communicated to zope using an http post, where it is parsed
and handled.
slc.mailrouter implements a component model for the handling of emails. By
itself it allows the user to send an email to a folder and have all attachments
on the email stored in that folder. The folder can be addressed either by
its UID, or by assigning a friendly alias to the folder in the plone control
panel.
The MailToFolder router is implemented using an adapter pattern. If you want
to change the way this works, Implement an adapter that adapts IFolderish
and implements slc.mailrouter.interfaces.IMailImportAdapter. The add() method
on this adapter receives the message as an argument and is responsible for
persisting the contents of the message to the folder.
Additional mail routes can be implemented by other products by creating a
utility and registering it under the interface
slc.mailrouter.interfaces.IMailRouter. Such mail router utilities are called
one after the other until one of them reports that the message was successfully
delivered. In this way it mirrors the way exim's routers work.
Credits
-------
Izak Burger <isburger@gmail.com>
Manuel Reinhardt <reinhardt@syslab.com>
Raw data
{
"_id": null,
"home_page": "https://github.com/syslabcom/slc.mailrouter",
"name": "slc.mailrouter",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "smtp2zope email mailin zope",
"author": "Syslab.com GmbH",
"author_email": "info@syslab.com",
"download_url": "https://files.pythonhosted.org/packages/d7/ec/b002d5c3b1af4025d10d4da5e8f8a89d29c71458fe02fe896eb1458b4a97/slc_mailrouter-3.0.2.tar.gz",
"platform": null,
"description": "[](https://travis-ci.org/syslabcom/slc.mailrouter)\n\nIntroduction\n============\n\nslc.mailrouter bridges the gap between zope and email. It is based on the same\nidea as products such as mailboxer: a script is invoked by your mail transfer\nagent (postfix, exim) and the body of the email is passed to this script on\nstdin. This is then communicated to zope using an http post, where it is parsed\nand handled.\n\nslc.mailrouter implements a component model for the handling of emails. By\nitself it allows the user to send an email to a folder and have all attachments\non the email stored in that folder. The folder can be addressed either by\nits UID, or by assigning a friendly alias to the folder in the plone control\npanel.\n\nThe MailToFolder router is implemented using an adapter pattern. If you want\nto change the way this works, Implement an adapter that adapts IFolderish\nand implements slc.mailrouter.interfaces.IMailImportAdapter. The add() method\non this adapter receives the message as an argument and is responsible for\npersisting the contents of the message to the folder.\n\nAdditional mail routes can be implemented by other products by creating a\nutility and registering it under the interface\nslc.mailrouter.interfaces.IMailRouter. Such mail router utilities are called\none after the other until one of them reports that the message was successfully\ndelivered. In this way it mirrors the way exim's routers work.\n\n\nCredits\n-------\n\nIzak Burger <isburger@gmail.com> \nManuel Reinhardt <reinhardt@syslab.com>\n\n",
"bugtrack_url": null,
"license": "GPL",
"summary": "Framework for handling email in zope",
"version": "3.0.2",
"project_urls": {
"Homepage": "https://github.com/syslabcom/slc.mailrouter"
},
"split_keywords": [
"smtp2zope",
"email",
"mailin",
"zope"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d7ecb002d5c3b1af4025d10d4da5e8f8a89d29c71458fe02fe896eb1458b4a97",
"md5": "4b436d8d56280febc0f5760b733af641",
"sha256": "6f9512d3dadc4d84f5361974892b77fefbe60a7d9d95600df72f9293608b8193"
},
"downloads": -1,
"filename": "slc_mailrouter-3.0.2.tar.gz",
"has_sig": false,
"md5_digest": "4b436d8d56280febc0f5760b733af641",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20272,
"upload_time": "2024-10-03T10:43:08",
"upload_time_iso_8601": "2024-10-03T10:43:08.091640Z",
"url": "https://files.pythonhosted.org/packages/d7/ec/b002d5c3b1af4025d10d4da5e8f8a89d29c71458fe02fe896eb1458b4a97/slc_mailrouter-3.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-03 10:43:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "syslabcom",
"github_project": "slc.mailrouter",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"requirements": [],
"lcname": "slc.mailrouter"
}