areweplaying/pkg
Harry Culpan 3684baa2f5 Replace log.Fatal in IMAP fetch goroutine with error channel
log.Fatal called os.Exit from a goroutine, bypassing deferred cleanup
and crashing the process on any transient fetch error. Errors now
propagate back to the caller via a buffered channel. Also adds a drain
defer so the goroutine can always exit if the consumer returns early.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-30 18:30:27 -04:00
..
data Fix build errors and upgrade templ to v0.3.1020 2026-06-29 20:05:53 -04:00
email Replace log.Fatal in IMAP fetch goroutine with error channel 2026-06-30 18:30:27 -04:00
utils Full app, v1.0. Contains web app and cli. 2024-01-20 21:45:53 -05:00