Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Sep 19, 2023
1 parent bb7f43e commit 5068ecd
Show file tree
Hide file tree
Showing 29 changed files with 632 additions and 766 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.8] - 2023-09-19

## Added
- Journal logging support
- IMAP support for UTF8 APPEND

### Changed
- Replaced `rpgp` with `sequoia-pgp` due to rpgp bug.

### Fixed
- Fix: IMAP folders that contain a & can't be used (#90)
- Fix: Ignore empty lines in IMAP requests

## [0.3.7] - 2023-09-05

## Added
Expand Down
88 changes: 45 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/antispam/src/import/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ enum TestFlag {
Learn,
NoAutoLearn,
Publish,
NoPublish,
Multiple,
NoTrim,
DomainsOnly,
Expand Down
Loading

0 comments on commit 5068ecd

Please sign in to comment.