phires / go-guerrilla

MIT License
82 stars 14 forks source link

Attachments processor #41

Open pkarc opened 1 week ago

pkarc commented 1 week ago

Hi everyone,

I'm also working on an Attachments processor too, here it is if you wanna take a look https://github.com/phires/go-guerrilla/compare/master...pkarc:go-guerrilla:attachments

phires commented 1 week ago

Hi, that's quite a useful extension, and would possible fit well into the S3 processer I'm working on to store the attachements there. We'll have to check, what might be an impact on the existing processors. Also in your branch there are the SPF/DKIM extensions as well, you might want to clean up that brach to only contain the attachments preprocessor. Thanks for your help!

pkarc commented 2 days ago

here is the cleaned branch, I'll prepare some test for this one. https://github.com/phires/go-guerrilla/compare/master...pkarc:go-guerrilla:p_attachments