{"id":28285206,"url":"https://github.com/conjoon/extjs-app-imapuser","last_synced_at":"2025-06-30T22:39:46.740Z","repository":{"id":40441813,"uuid":"175954758","full_name":"conjoon/extjs-app-imapuser","owner":"conjoon","description":"conjoon application module for providing user authentication against an imap server.","archived":false,"fork":false,"pushed_at":"2023-07-19T04:27:17.000Z","size":1747,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T18:16:47.605Z","etag":null,"topics":["conjoon","coon-js","coonjs","extjs","imap","sencha","user"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conjoon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-03-16T09:57:46.000Z","updated_at":"2021-10-29T07:22:48.000Z","dependencies_parsed_at":"2022-08-09T20:30:40.168Z","dependency_job_id":null,"html_url":"https://github.com/conjoon/extjs-app-imapuser","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/conjoon/extjs-app-imapuser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-app-imapuser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-app-imapuser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-app-imapuser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-app-imapuser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conjoon","download_url":"https://codeload.github.com/conjoon/extjs-app-imapuser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-app-imapuser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262862902,"owners_count":23376410,"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":["conjoon","coon-js","coonjs","extjs","imap","sencha","user"],"created_at":"2025-05-21T18:16:42.594Z","updated_at":"2025-06-30T22:39:46.708Z","avatar_url":"https://github.com/conjoon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @conjoon/extjs-app-imapuser ![MIT](https://img.shields.io/npm/l/@conjoon/extjs-app-imapuser) [![npm version](https://badge.fury.io/js/@conjoon%2Fextjs-app-imapuser.svg)](https://badge.fury.io/js/@conjoon%2Fextjs-app-imapuser)\n\nconjoon application module for providing user authentication against an imap server. \n\n## About \nThis package supports [rest-api-email](https:://github.com/conjoon/rest-api-description) for authenticating\na user against an IMAP server, where the sign-in crendentials for an IMAP-account are the login-information\nsubmitted via this package's login form.\n\nIt is best suited for ISPs who wish to enable webmail services for their clients based on single account information.\n\n## Installation\n```bash\n$ npm i @conjoon/extjs-app-imapuser\n```\n\nIf you want to develop with this package, run the `build:dev`-script:\n```bash\n$ npm run build:dev\n```\nTesting environment will be available via. Please refer to the [README](./tests/README.md) found in the test-folder\nfor further information.\n\n```bash\n$ npm test\n```\n\nFor using the package as an external dependency in an application:\n\u003cbr\u003e\nIn your `app.json`, add this package as a requirement, and make sure your ExtJS `workspace.json`\nis properly configured to look up local repositories in the `node_modules`-directory.\n\nExample (`workspace.json`) :\n```json \n{\n  \"packages\": {\n    \"dir\": \"${workspace.dir}/node_modules/@l8js,${workspace.dir}/node_modules/@conjoon,${workspace.dir}/node_modules/@coon-js,${workspace.dir}/packages/local,${workspace.dir}/packages,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name},${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-treegrid,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-base,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-ios,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-material,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-aria,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neutral,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-classic,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-gray,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-crisp,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-crisp-touch,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neptune,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neptune-touch,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-triton,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-graphite,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-material,${workspace.dir}/node_modules/@sencha/ext-calendar,${workspace.dir}/node_modules/@sencha/ext-charts,${workspace.dir}/node_modules/@sencha/ext-d3,${workspace.dir}/node_modules/@sencha/ext-exporter,${workspace.dir}/node_modules/@sencha/ext-pivot,${workspace.dir}/node_modules/@sencha/ext-pivot-d3,${workspace.dir}/node_modules/@sencha/ext-ux,${workspace.dir}/node_modules/@sencha/ext-font-ios\",\n    \"extract\": \"${workspace.dir}/packages/remote\"\n  }\n}\n```\n\nUpdate the `app.json` of the application by specifying this package in the `uses`-property in\neither the `development` and/or `prodution` section:\n\n*Example:*\n```json\n{\n    \"development\": {\n        \"uses\": [\n            \"extjs-dev-imapusersim\",\n            \"extjs-app-imapuser\",\n            \"extjs-app-webmail\",\n            \"extjs-dev-webmailsim\"\n        ]\n    },\n    \"production\": {\n        \"uses\": [\n            \"extjs-app-imapuser\",\n            \"extjs-app-webmail\"\n        ]\n    }\n}\n```\n\n## Configuration and Usage\nFor more information on how to configure and use the package, refer to the [documentation](./docs/README.md).\n\n## Tests\nTests are written with [Siesta](https://bryntum.com/siesta). Documentation can be found [here](./tests/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconjoon%2Fextjs-app-imapuser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconjoon%2Fextjs-app-imapuser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconjoon%2Fextjs-app-imapuser/lists"}