{"id":22439118,"url":"https://github.com/ramblurr/nextcloud-filedrop","last_synced_at":"2026-05-02T13:34:28.127Z","repository":{"id":43384278,"uuid":"241128275","full_name":"Ramblurr/nextcloud-filedrop","owner":"Ramblurr","description":"Catch incoming email and save the attachments to nextcloud (or any webdav backend)","archived":false,"fork":false,"pushed_at":"2025-09-05T15:38:30.000Z","size":31,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T04:43:40.390Z","etag":null,"topics":["automation","imap","nextcloud","python","webdav","webhooks"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ramblurr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-17T14:31:31.000Z","updated_at":"2022-12-02T05:11:24.000Z","dependencies_parsed_at":"2023-01-25T04:15:59.808Z","dependency_job_id":null,"html_url":"https://github.com/Ramblurr/nextcloud-filedrop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ramblurr/nextcloud-filedrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnextcloud-filedrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnextcloud-filedrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnextcloud-filedrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnextcloud-filedrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ramblurr","download_url":"https://codeload.github.com/Ramblurr/nextcloud-filedrop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnextcloud-filedrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","imap","nextcloud","python","webdav","webhooks"],"created_at":"2024-12-06T01:12:49.373Z","updated_at":"2026-05-02T13:34:28.093Z","avatar_url":"https://github.com/Ramblurr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nextcloud-filedrop (NCFD)\n\n\u003e Catch incoming email and save the attachments to nextcloud (or any webdav backend).\n\n\nThis project is a simple HTTP service that accepts multipart form POSTs\ncontaining structured email data. It validates the attachments and uploads them\nto a Nextcloud folder based on the recipient. You can have\n\"work-filedrop@yourdomain.com\" route files to a separate folder than\n\"personal-filedrop@yourdomain.com\".\n\nThis service supports two incoming email sources:\n\n* [py-imap-to-http](https://github.com/Ramblurr/py-imap-to-http) *recommended,\n  self-hosted imap watcher*\n* Mailgun's [Inbound Routing](https://www.mailgun.com/inbound-routing/) *only\n  available with monthly subscription plan, not available on the pay as you go plan*\n\n## Get Going\n\nEasiest way to get going is using docker.\n\n1. Go fetch my fork of [py-imap-to-http](https://github.com/Ramblurr/py-imap-to-http)\n2. Copy `docker-compose.sample.yml` to `docker-compose.yml`\n3. Edit the `build: ../py-imap-to-http` line in the imap service to the location of the dir from step 1\n4. Fill in your env vars.\n5. `docker-compose up`\n\n##  Development\n\nThis project requires Python 3, and the python deps in `requirements.txt`. Using\na virtualenv is recommended.\n\n```\ncp env-sample .env\n# Edit .env with your values\npip install -r requirements.dev.txt\n```\n\nI recommend creating a specific nextcloud user to run this under rather than\nyour own account. Just share your inbox dirs to the user.\n\nThe settings should be self explanatory, except `NCFD_ROUTES`.\n\n`NCFD_ROUTES` should be a comma separated list of email, path pairs which\nthemselves are separated by colons. Each email represents a recipient, and the\npath is the remote path in Nextcloud that attachments from the recipient will be\nuploaded to. This lets you run multiple filedrop emails from one instance.\n\n\n### Run the thing\n\n```\npython -m ncfd\n```\n\n\n# License\n\n© 2020 Casey Link. GNU Affero General Public License v3 or later\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framblurr%2Fnextcloud-filedrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framblurr%2Fnextcloud-filedrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framblurr%2Fnextcloud-filedrop/lists"}