()
| 635 | } |
| 636 | |
| 637 | function readMailboxState() { |
| 638 | return JSON.parse(fs.readFileSync(mailboxStatePath(), 'utf8')); |
| 639 | } |
| 640 | |
| 641 | function seedMailboxSecret(secret, version, source) { |
| 642 | const store = new MailboxStore(mailboxDir()); |
no test coverage detected