python3-cyberfusion-self-discover


Namepython3-cyberfusion-self-discover JSON
Version 1.0.4.2.3 PyPI version JSON
download
home_pageNone
Summaryself-discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.
upload_time2024-08-27 19:59:07
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python3-cyberfusion-self-discover

self-discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.

# Install

## PyPI

Run the following command to install the package from PyPI:

    pip3 install python3-cyberfusion-self-discover

## Debian

Run the following commands to build a Debian package:

    mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'
    dpkg-buildpackage -us -uc

# Configure

Pass the following environment variables:

* `IMAP_SERVER_HOSTNAME`
* `POP3_SERVER_HOSTNAME`
* `SMTP_SERVER_HOSTNAME`

# Usage

## Manually

Run the app using an ASGI server such as Uvicorn.

### systemd

    systemctl start self-discover.service

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "python3-cyberfusion-self-discover",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Cyberfusion <support@cyberfusion.io>",
    "download_url": "https://files.pythonhosted.org/packages/15/b6/33e468b1358237b2362f12f99b8aa6eb4cf324140049a82be393a33f7509/python3_cyberfusion_self_discover-1.0.4.2.3.tar.gz",
    "platform": null,
    "description": "# python3-cyberfusion-self-discover\n\nself-discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.\n\n# Install\n\n## PyPI\n\nRun the following command to install the package from PyPI:\n\n    pip3 install python3-cyberfusion-self-discover\n\n## Debian\n\nRun the following commands to build a Debian package:\n\n    mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'\n    dpkg-buildpackage -us -uc\n\n# Configure\n\nPass the following environment variables:\n\n* `IMAP_SERVER_HOSTNAME`\n* `POP3_SERVER_HOSTNAME`\n* `SMTP_SERVER_HOSTNAME`\n\n# Usage\n\n## Manually\n\nRun the app using an ASGI server such as Uvicorn.\n\n### systemd\n\n    systemctl start self-discover.service\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "self-discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.",
    "version": "1.0.4.2.3",
    "project_urls": {
        "Source": "https://github.com/CyberfusionIO/python3-cyberfusion-self-discover"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e6de081fb137eddeea536f39cb0453f254c5a0f2c922429aa2ed864ae88e3fd",
                "md5": "fd35f82119fa138147bb2533eb5360cf",
                "sha256": "8448d67d1ca32a9e4076340e93114e9d1efe7bce6ec0f639fc0cd2d0c28259eb"
            },
            "downloads": -1,
            "filename": "python3_cyberfusion_self_discover-1.0.4.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd35f82119fa138147bb2533eb5360cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5127,
            "upload_time": "2024-08-27T19:59:05",
            "upload_time_iso_8601": "2024-08-27T19:59:05.881384Z",
            "url": "https://files.pythonhosted.org/packages/0e/6d/e081fb137eddeea536f39cb0453f254c5a0f2c922429aa2ed864ae88e3fd/python3_cyberfusion_self_discover-1.0.4.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15b633e468b1358237b2362f12f99b8aa6eb4cf324140049a82be393a33f7509",
                "md5": "bca8495a4916dea0639b71fd5bb9b596",
                "sha256": "ba3ee431eed9171408e7476ae27bcc5ded783b6f6c9be1fe7021d946cab1f218"
            },
            "downloads": -1,
            "filename": "python3_cyberfusion_self_discover-1.0.4.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "bca8495a4916dea0639b71fd5bb9b596",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4035,
            "upload_time": "2024-08-27T19:59:07",
            "upload_time_iso_8601": "2024-08-27T19:59:07.167115Z",
            "url": "https://files.pythonhosted.org/packages/15/b6/33e468b1358237b2362f12f99b8aa6eb4cf324140049a82be393a33f7509/python3_cyberfusion_self_discover-1.0.4.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-27 19:59:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CyberfusionIO",
    "github_project": "python3-cyberfusion-self-discover",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python3-cyberfusion-self-discover"
}
        
Elapsed time: 0.37687s