1
0
Fork 0
mirror of https://github.com/dadada/inbox2matrix.git synced 2025-06-07 17:43:57 +02:00
Commit graph

16 commits

Author SHA1 Message Date
08a1e7e8f7
update npm modules 2022-05-21 20:01:34 +02:00
2127831857
Merge pull request #2 from dadada/dependabot/npm_and_yarn/matrix-js-sdk-12.4.1
Bump matrix-js-sdk from 1.1.0-rc.1 to 12.4.1
2022-02-12 22:58:05 +01:00
dependabot[bot]
7a67ff8751 Bump matrix-js-sdk from 1.1.0-rc.1 to 12.4.1
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 1.1.0-rc.1 to 12.4.1.
- [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases)
- [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/matrix-org/matrix-js-sdk/compare/v1.1.0-rc.1...v12.4.1)

---
updated-dependencies:
- dependency-name: matrix-js-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 21:57:54 +00:00
118c02bce3
Merge pull request #3 from dadada/dependabot/npm_and_yarn/ajv-6.12.6
Bump ajv from 6.10.0 to 6.12.6
2022-02-12 22:57:08 +01:00
dependabot[bot]
0d2f3e74fc
Bump ajv from 6.10.0 to 6.12.6
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.0...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 22:03:16 +00:00
62c360451f
Merge pull request #1 from dadada/dependabot/npm_and_yarn/minimist-1.2.5
Bump minimist from 1.2.0 to 1.2.5
2020-04-05 23:08:30 +02:00
dependabot[bot]
27be8ab6e0
Bump minimist from 1.2.0 to 1.2.5
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-16 13:36:41 +00:00
Tim Schubert
f72f69b0e7 Improve logging and make refresh interval configurable 2019-08-09 21:37:29 +02:00
Tim Schubert
153c7b29fe Fix: IMAP fetch on closed session 2019-08-08 00:50:09 +02:00
Tim Schubert
747da42861 Add Dockerfile 2019-05-18 15:00:12 +02:00
Tim Schubert
7b07ca9cb1 Add initial encryption support. Still missing automatic device verification 2019-05-01 19:41:51 +02:00
Tim Schubert
1579a8022d Add matrix bot and temporary inbox refresh 2019-05-01 17:04:04 +02:00
Tim Schubert
25b543cc57 Add gitignore. 2019-03-31 18:10:25 +02:00
Tim Schubert
9d3f9477bf Add callback for new mail in mailbox 2019-03-31 18:08:48 +02:00
Tim Schubert
c2578160b2 Add default config 2019-03-31 17:41:50 +02:00
Tim Schubert
61a2f9a4ec Connect to imap and list messages 2019-03-31 17:39:47 +02:00