saigkill / latex_curriculum_vitae-dotnet

Latex Curriculum Vitae is a simple solution for writing job applications. Using LaTEX, you can produce, compile, and send beautiful documents directly within the app. Latex Curriculum Vitae also allows you to manage the current status of submitted applications. Users only need a Windows 10 computer and a basic knowledge of LaTEX---all other dependencies are bundled by the release.
http://saigkill.github.io/latex_curriculum_vitae-dotnet
GNU General Public License v3.0
0 stars 0 forks source link

Bump MimeKit from 2.11.0 to 3.1.0 #108

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps MimeKit from 2.11.0 to 3.1.0.

Changelog

Sourced from MimeKit's changelog.

MimeKit 3.1.0 (2022-01-14)

  • Always use a lowercase domain name in the Message-Id to work around bugs in eM Client. (issue #734)
  • Improved handling of parsing Content-Types like "multipart/multipart/mixed; boundary=...". (issue #737)
  • Added a maxLineLength argument to the QuotedPrintableEncoder .ctor.
  • Added maxLineLength arguments to EncoderFilter.Create() methods.
  • Fixed MimePart.Prepare() to remember the maxLineLength argument value for later use in the WriteTo() implementation. This maxLineLength value can then be passed to the Base64 or QuotedPrintable encoder so that it can properly limit lines to that length (up to a max of 76 characters as per the specs). (issue #743)
  • Added net6.0 to the list of TargetFrameworks.

MimeKit 3.0.0 (2021-12-11)

  • Removed APIs marked as [Obsolete] in 2.x.
  • Refactored X509CertificateDatabase protected methods to include a DbConnection parameter.
  • Removed OpenPgpContextBase by folding the logic into OpenPgpContext.
  • Added Async APIs for OpenPGP and S/MIME.
  • Lazy-load headers on MimeMessage and MimeEntity (and subclasses) to improve performance.
  • Added a new MimeReader class that acts as a lower-level MimeParser alternative, allowing developers to parse MIME content without having to instantiate a MIME tree of objects or wait until the parser has completed (and returned a MimeMessage or MimeEntity object) before processing MIME data. This is conceptually similar to a SAX XML parser approach.
  • Added a new ExperimentalMimeParser that duplicates MimeParser functionality, but is built on top of MimeReader. This implementation will eventually replace MimeParser once I get some feedback on it. Should be ~5% faster than MimeParser.
  • Improved MimeParser performance slightly based on some of the experimentation done to make the ExperimentalMimeParser fast.
  • Added CancellationToken arguments for some AttachmentCollection.Add() overloads.
  • Use 'net5.0' as the .NET 5.0 target framework moniker instead of 'net50'. (issue #720)
  • Drop support for .NET 4.5 and replace it with .NET 4.5.2
  • Bumped Portable.BouncyCastle to 1.9.0
  • Added new MimeMessage.GetRecipients() method.
  • Make it possible to bypass MimeEntity preparation for signing by adding a PrepareBeforeSigning property to CryptographyContext. (issue #721)
  • MimeMessage and MimeEntity now implement IDisposable. (issue #732)

MimeKit 2.15.1 (2021-09-13)

  • Improved MimeParser to be a little more efficient based on work being done for the upcoming v3.0 release.
  • Fixed a bug in the MimeParser exposed by added unit tests regarding Content-Length handling.
  • Improved address parser error messages.
  • Fixed MailboxAddress.Address to be forgiving if there is trailing whitespace after the addr-spec token when setting MailboxAddress.Address. (issue #705)
  • Fixed MimeMessage and MimeEntity.ToString() to not write a newline before the message/entity (regression introduced in 2.14.0).

... (truncated)

Commits
  • 3a96a26 Bumped version to 3.1.0
  • a084f19 Update main.yml
  • 229c570 Build MimeKit and MimeKitLite for net6.0 as well
  • 696bb35 Remember the maxLineLength passed to the MimePart.Prepare() method
  • 523f7e8 Added maxLineLength arguments to EncoderFilter.Create() methods
  • 7826fd5 Snap the maxLineLength argument for Base64/QuotedPrintable encoders to 76
  • 6833815 Added a maxLineLength argument to the QuotedPrintableEncoder .ctor
  • 3ce7c70 Use Windows-style backslashes
  • 9a14604 Updated coveralls.ps1
  • 98d0b39 Parse NUnit.ConsoleRunner version info from UnitTests.csproj
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.