i moved on to the database side of AutoUnsub. i added a simple sqlite database to keep track of senders, message counts, unsubscribe methods, links and statuses, then wrote tests to make sure everything was actually working. after that i started the gmail side by adding credential loading and an imap scanner that only grabs the headers we need and sends them through the parser. rn the local tests are all passing so the main pieces are comin together pretty nicely. next i’m gonna test the imap connection with my actual gmail account, because i wanna make sure the real authentication and email headers behave the way im expecting before connecting everything to the database.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.