Necoro / feed2imap-go

A software to convert rss feeds into mails.
GNU General Public License v2.0
53 stars 7 forks source link

Make number of parallel IMAP connections configurable #98

Closed Necoro closed 1 year ago

Necoro commented 1 year ago

Currently, the number of connections is hardcoded to be 5 internal/imap/client.go#L16

Make this configurable, especially when concurrency is not wanted.