5 ms·
Can this store mail in mbox format? In what header do the gmail labels go?
by LyleK 14y ago
Can this store mail in mbox format? In what header do the gmail labels go?
- callahad 14y agoThe source is pretty easy to read. Here's how it's working: https://github.com/gaubert/gmvault/blob/master/src/gmv/gmvault.py#L38 https://github.com/gaubert/gmvault/blob/master/src/gmv/gmvau... (It stores each mail in two separate files: a .eml file with the message body, and a .meta file with metadata.)
- zoobert 14y agoI will take that as a compliment. Yes files are all stored individually as .eml file. All the extra Gmail info (labels, ...) goes in .meta