mricon / b4

Tool to help with email-based patch workflows
GNU General Public License v2.0
59 stars 20 forks source link

Feature request: support logging into IMAP #32

Closed djhaskin987 closed 2 months ago

djhaskin987 commented 2 months ago

It would be really handy if b4 could retrieve a thread of with a particular message ID from my inbox using IMAP for one-off commits when I'm away from my mutt set-up, and also to help spread git email to the masses. That way, anywone with b4 on their laptops could accept patches, regardless of what mail set-up they use.

mricon commented 2 months ago

Unfortunately, IMAP configuration greatly depends on the server implementation (Courier, Dovecot, GMail), so it's not simple to implement and even less simple to correctly configure. For this reason, I recommend using either isync or lei to accomplish what you're looking for instead of putting this functionality directly into b4.