Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Alternative file spool implementation. #187

Closed
wants to merge 2 commits into from
Closed

Alternative file spool implementation. #187

wants to merge 2 commits into from

Conversation

williambailey
Copy link
Contributor

Provides a new Swift_SerializedFileSpool class as an alternative to the standard Swift_FileSpool class.

Main benefits is that it can use the igbinary_serialize and gzcompress functions if available to further reduce the size of spool files. It also provides a bit more control over the generated spool files.

Most of the changes could have been incorporated into the existing spool class but there are are a few slight differences in implementation. Having a new class with slightly different naming conventions can also ensure that even if the two spool classes use he same directory they won't walk over each other.

makasim pushed a commit to formapro-forks/swiftmailer that referenced this pull request Jul 26, 2017
…ssue swiftmailer#187; the priority levels can be adjusted either through the handler's constructor or setters
@fabpot
Copy link
Member

fabpot commented Jun 27, 2019

I'm closing this PR as the Swiftmailer spool system does not work well and will soon be much better when we will replace Swiftmailer by Symfony Mailer.

@fabpot fabpot closed this Jun 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants