Commit graph

716 commits

Author SHA1 Message Date
Clément DOUIN
af5ad735bc
Handle tag desynchronization (#284) 2024-03-31 09:34:21 +02:00
André Thieme
345bd64487
Update greenmail docker image version in README. (#281) 2024-02-17 09:33:50 +01:00
Jon Gjengset
a2d9c22673 Merge remote-tracking branch 'ci/main' 2024-02-03 09:49:58 +01:00
Jon Gjengset
caa3616c25 Uniform capitalization 2024-02-03 09:44:41 +01:00
Jon Gjengset
f8f04aefdf Semi-breaking: update codecov action
Note: this requires adding `CODECOV_TOKEN` to your GitHub repository's
secrets! See associated comment in the commit content.
2024-02-03 09:31:14 +01:00
rtkay123
f505e09b2a
replace actions-rs/clippy-check with giraffate/clippy-action (#19)
Co-authored-by: rtkay123 <dev@kanjala.com>
2024-01-20 10:10:51 +01:00
Jon Gjengset
a13691528b Remove stray trailing whitespace 2023-12-17 18:15:06 +01:00
Anas
60fdfbb650
chore: fix typos (#17) 2023-12-17 16:52:41 +01:00
Jon Gjengset
911efe9877
Merge pull request #273 from jonhoo/dependabot/cargo/openssl-0.10.60
Bump openssl from 0.10.55 to 0.10.60
2023-11-29 09:19:57 +01:00
dependabot[bot]
91b2635dc2
Bump openssl from 0.10.55 to 0.10.60
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.60)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 21:40:15 +00:00
Mathias Pius
3d6ab95662
Nit: Selecting direct minimal versions flag is -Zdirect-minimal-versions (#16) 2023-11-11 15:01:33 +01:00
Josh McKinney
bfee1175f6
docs: Add documentation based on the youtube video (#10) 2023-11-11 10:14:12 +01:00
Jon Gjengset
5d0d2f9723 Release alpha.12 with TLS improvements 2023-10-07 16:58:06 +02:00
Jon Gjengset
e3c9cd66ac Add #245 to changelog 2023-10-07 16:57:17 +02:00
Jon Gjengset
57ea453c52
Merge pull request #245 from urkle/feat-boxed-stream
add in a client builder that abstracts away connecting to TLS or non-TLS connections and what TLS provider is used.
2023-10-07 16:56:10 +02:00
Jon Gjengset
2bd38aa6a4
Merge pull request #272 from urkle/fix-quota-resource-name-from
Implement From<String> for QuotaResourceName
2023-10-07 16:54:18 +02:00
Edward Rudd
bb39460491 Change the client builder so that it abstracts away connecting to TLS or non-TLS connections and what TLS provider is used.
- this allows a more transparent and versatile usage of the library as one can simply compile it as-is and then use the builder to configure where we connect and how we connect without having to be concerned about what type is used for the imap::Client / imap::Session
2023-10-05 17:32:58 -04:00
Edward Rudd
245a6ca010 Change lifetime specifier for From<&str> for QuotaResourceName
- otherwise in common use-cases one cannot convert a String easily into a QuotaResourceName
2023-10-05 15:17:58 -04:00
Edward Rudd
2be8210f3c Don't use deprecated chrono calls in imap integration tests 2023-10-04 23:20:12 -04:00
Edward Rudd
92fa805613 Fix typo in nightly scheduled jobs 2023-10-04 23:20:12 -04:00
Jon Gjengset
ce87f7de16 better minimal versions 2023-09-09 18:17:11 +02:00
Jon Gjengset
3d4ae9c971
Merge pull request #270 from jonhoo/ci-bump
Ci bump
2023-09-09 17:47:42 +02:00
Jon Gjengset
1e9d119c08 Merge remote-tracking branch 'ci/main' into ci-bump 2023-09-09 17:37:01 +02:00
dependabot[bot]
deb9fd3f46
Bump actions/checkout from 3 to 4 (#13)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 16:21:14 +02:00
dependabot[bot]
86ba3dc4ce
Bump rustls-webpki from 0.100.1 to 0.100.2 (#268)
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.100.1 to 0.100.2.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.100.1...v/0.100.2)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-25 20:27:44 +02:00
Edward Rudd
3ca961a282
Add testing module that exposes parse methods (#262) 2023-08-25 18:47:03 +02:00
Jon Gjengset
7c327ddf5b Don't install OpenSSL on Windows by default 2023-08-20 15:12:25 +02:00
Rod Elias
c704bcc656
Install Openssl for Windows (#12) 2023-08-20 08:40:15 -04:00
Jon Gjengset
8148edf6ff Release alpha.11 2023-08-13 20:33:45 +02:00
Jon Gjengset
adcc46543c
Merge pull request #267 from checkline1052/main
bump rustls-connector to v0.18.1
2023-08-13 12:21:06 +02:00
Jon Gjengset
224c9ed471
Apply suggestions from code review 2023-08-13 12:15:28 +02:00
James Chacon
99f108f93c
Quote MSRV version to avoid float parsing (#11)
Put 1.70 in there (for instance if you want to pin against OnceLock stabilizing) and it will actually test 1.7 as it appears github auto converts this to a float?

Putting in quotes seems to do the right thing here
2023-08-13 12:13:38 +02:00
Jon Gjengset
e7d25dd895
Merge pull request #266 from jonhoo/dependabot/cargo/openssl-0.10.55
Bump openssl from 0.10.48 to 0.10.55
2023-08-13 11:31:26 +02:00
Jon Gjengset
235a73f694
Merge pull request #265 from jonhoo/dependabot/cargo/ouroboros-0.16.0
Bump ouroboros from 0.15.5 to 0.16.0
2023-08-13 11:27:05 +02:00
checkline1052
5466c9e1da bump rustls-connector to v0.18.1 2023-06-29 10:45:04 +02:00
dependabot[bot]
7c476884d2
Bump openssl from 0.10.48 to 0.10.55
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.55)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 22:54:56 +00:00
dependabot[bot]
52d4542368
Bump ouroboros from 0.15.5 to 0.16.0
Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.15.5 to 0.16.0.
- [Commits](https://github.com/joshua-maros/ouroboros/commits)

---
updated-dependencies:
- dependency-name: ouroboros
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 17:51:37 +00:00
Jon Gjengset
6332a3af21
[sanity] More robust injection of opt-level 1 (#9)
Fixes #8
2023-04-24 12:40:14 -07:00
Simen Bekkhus
16a2c2925e
chore: automatically cancel superseded Actions runs (#5) 2023-04-08 12:57:54 -04:00
Jon Gjengset
94418d8f9c
Merge pull request #257 from jonhoo/dependabot/cargo/openssl-0.10.48
Bump openssl from 0.10.41 to 0.10.48
2023-03-25 14:23:10 -07:00
dependabot[bot]
6d7dd4826b
Bump openssl from 0.10.41 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.41 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.41...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25 02:03:40 +00:00
Burkhard Mittelbach
80a89195f2
Add action to run doctest. (#3)
`cargo test --all-features` does not run doc-tests. For more information
see https://github.com/rust-lang/cargo/issues/6669.
2023-03-19 20:18:49 -04:00
Tudyx
0d12c82bf4
Unbreak cargo hack for non-libraries (#4) 2023-03-19 20:17:59 -04:00
Jon Gjengset
5ea59356dc Remove -Zmiri-tag-raw-pointers as it's now default 2023-03-12 09:40:09 -07:00
Jon Gjengset
a076ec1cb4 Minimal token permissions
See https://github.com/tokio-rs/tokio/pull/5072
2023-03-11 15:08:47 -08:00
Jon Gjengset
9afb0e111a Get rid of most actions-rs bits
Given that that project is unmaintained.

https://github.com/actions-rs/toolchain/issues/216
2023-03-11 15:07:41 -08:00
Jon Gjengset
8d115b4261
Merge pull request #256 from jonhoo/bump-ci
Merge from CI repo
2023-03-11 00:52:41 -05:00
Jon Gjengset
0da9d585fb Merge remote-tracking branch 'ci/main' into bump-ci 2023-03-10 21:32:53 -08:00
Jon Gjengset
90999e1bd1 Fix install message for msrv 2023-03-10 21:22:30 -08:00
Jon Gjengset
362696ab80 Move to maintained rust installer
See https://github.com/actions-rs/toolchain/issues/216
2023-03-10 21:16:37 -08:00