Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Introduce recoverable transports #8

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

eliashaeussler
Copy link
Member

This PR introduces a new RecoverableTransport interface. It can be used to mark transports as recoverable. When a transport is considered "recoverable", all mails in the queue can be restored from "sending" to "queued" state. This is already implemented for the QueueableFileTransport.

@eliashaeussler eliashaeussler added the enhancement New feature or request label Mar 6, 2024
@eliashaeussler eliashaeussler self-assigned this Mar 6, 2024
Copy link

codeclimate bot commented Mar 6, 2024

Code Climate has analyzed commit ac0b768 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 0.0% (0.0% change).

View more on Code Climate.

@eliashaeussler eliashaeussler merged commit 0a83455 into main Mar 6, 2024
18 checks passed
@eliashaeussler eliashaeussler deleted the feature/recoverable-transport branch March 6, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant