turret.io relies on Go for a lot of its email handling. One thing we noticed during development was that while Go currently has support for a quoted printable decoder it didn’t have an encoder. This is surely not optimized yet and it also doesn’t implement Go’s native io.Writer interface, but it serves its purpose for now. It’s… Read more »