{"id":17247575,"url":"https://github.com/jcarbaugh/django-cloudmailin","last_synced_at":"2025-04-14T04:43:04.200Z","repository":{"id":1399652,"uuid":"1422567","full_name":"jcarbaugh/django-cloudmailin","owner":"jcarbaugh","description":"Django client for CloudMailin incoming email service","archived":false,"fork":false,"pushed_at":"2011-10-08T22:24:23.000Z","size":369,"stargazers_count":24,"open_issues_count":0,"forks_count":8,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-11T03:04:16.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"beberlei/zf-doctrine","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcarbaugh.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-28T18:07:00.000Z","updated_at":"2022-04-18T16:34:57.000Z","dependencies_parsed_at":"2022-08-16T13:15:20.853Z","dependency_job_id":null,"html_url":"https://github.com/jcarbaugh/django-cloudmailin","commit_stats":null,"previous_names":["sunlightlabs/django-cloudmailin"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarbaugh%2Fdjango-cloudmailin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarbaugh%2Fdjango-cloudmailin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarbaugh%2Fdjango-cloudmailin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarbaugh%2Fdjango-cloudmailin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcarbaugh","download_url":"https://codeload.github.com/jcarbaugh/django-cloudmailin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824663,"owners_count":21167343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T06:38:21.332Z","updated_at":"2025-04-14T04:43:04.179Z","avatar_url":"https://github.com/jcarbaugh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==================\ndjango-cloudmailin\n==================\n\nhttp://cloudmailin.com/\n\n------------\nRequirements\n------------\n\n* django \u003e= 1.2.0\n\n-------------\nConfiguration\n-------------\n\nsettings.py\n===========\n\nAdd to *INSTALLED_APPS*::\n\n    'cloudmailin'\n\nUsage\n=====\n\nMailHandler is a class based view. Since an application may have multiple\nemail addresses, they have to be registered with their own secret key and\ncallbacks. The callbacks can be reused if you want the same functionality for\ndifferent email addresses.\n\n::\n\n    from cloudmailin.views import MailHandler\n\n    mail_handler = MailHandler()\n    mail_handler.register_address(\n        address='mysecretemail@cloudmailin.net',\n        secret='mysupersecretkey',\n        callback=my_callback_function\n    )\n\nThe callback will receive the HTTP post variables as keyword arguments::\n\n    def my_callback_function(**kwargs):\n        # kwargs is a dict of cloudmailin post params\n        pass\n\nThen, in urls.py, register a URL pattern to act as the endpoint::\n\n    url(r'^receive/mail/here/$', mail_handler)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcarbaugh%2Fdjango-cloudmailin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcarbaugh%2Fdjango-cloudmailin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcarbaugh%2Fdjango-cloudmailin/lists"}