This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script is based on https://unix.stackexchange.com/revisions/480191/9. | |
# Recommended SIZE setting for different drives: | |
# (SATA) SSD: 1024 | |
# (ANY) HDD: 256 | |
# (High End NVME) SSD: 4096 | |
# (Low-Mid End NVME) SSD: 1024 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# This script allows to export from Mozilla Thunderbird IBOX file addresses (recipents and senders) | |
# For import (contacts.csv) to google (GMAIL) contacts or into other contacts applications | |
# INBOX, or other filename containing mails like SENT or whatever your email client name it | |
# reads INOBX or INBOX.mbox or INBOX.box | |
# if file is heavy > 10GB opening soemtiems last few minutes | |
# I was working on 27GB INBOX file and 3GB SENT file. It took me 10 minutes. | |
### | |
import mailbox |