jchillerup / escapetools

An assortment of scripts for scraping and liberating your personal data from web apps
10 stars 1 forks source link

Handle mails with multiple labels #2

Open halfd opened 11 years ago

halfd commented 11 years ago

When exporting from gmail, labels have to be handled.

This is already implemented by using imap folders.

We have to figure out a way to handle multiple labels on mails, possibly avoiding re-downloading the same messages multiple times.

jchillerup commented 11 years ago

First we need to figure out if the labels are somehow exposed by the IMAP interface (aside from the folder thing)