Jon Gjengset
3ab5061f20
Remove dependency on unmaintained structopt
2024-03-31 10:47:37 +02:00
Jon Gjengset
7f0217ec2c
Remove workaround for failure that's now gone
2024-03-31 10:44:56 +02:00
Jon Gjengset
c9be918c84
Merge remote-tracking branch 'ci/main'
2024-03-31 10:43:11 +02:00
Jon Gjengset
528977532c
Add cargo-semver-checks
2024-03-31 10:42:53 +02:00
Jon Gjengset
586b0a484c
Merge pull request #285 from jonhoo/fixups
...
Various fixups
2024-03-31 04:39:22 -04:00
Jon Gjengset
3cd80e641b
Release alpha.13 w/ bumps ( #285 ) + tag fix ( #284 )
2024-03-31 10:35:58 +02:00
Jon Gjengset
84d05bd2ea
Fix -Zminimal-versions
2024-03-31 10:35:58 +02:00
Jon Gjengset
b60ac6d3da
Thanks clippy
2024-03-31 10:35:58 +02:00
Jon Gjengset
abc26f3fb7
greenmail doesn't like tls_force(?)
2024-03-31 10:28:50 +02:00
Jon Gjengset
e71fd87417
Update msrv
...
Avoid Arc::into_inner since it requires 1.70
2024-03-31 10:28:50 +02:00
Jon Gjengset
00fd45a199
cargo update
2024-03-31 10:21:13 +02:00
Jon Gjengset
d57d259288
bump rustls-connector
2024-03-31 10:18:39 +02:00
Jon Gjengset
28faa816a9
Fix up doc links
2024-03-31 10:03:15 +02:00
Jon Gjengset
650844f2cd
bump ouroboros
2024-03-31 09:54:55 +02:00
Jon Gjengset
aac6ef5fe8
bump base64 and lettre
2024-03-31 09:53:33 +02:00
Jon Gjengset
32d560afdf
Remove unused imports
2024-03-31 09:51:17 +02:00
Jon Gjengset
ed433ec574
Improve docs for tag mismatch
2024-03-31 09:50:45 +02:00
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