NNTP to IMAP duplicator

Diff
anonymous

Diff

Differences From Artifact [85cad86f7d]:

To Artifact [ef47497ce9]:


1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







#!/usr/bin/env python3.4
#!/usr/bin/env python3

import configparser, email.utils, getpass, imaplib, nntplib, re, sqlite3, sys
imaplib._MAXLINE = 1024 * 1024
nntplib._MAXLINE = 1024 * 1024

config = configparser.ConfigParser(allow_no_value = True)
config.read('nntpdup.conf')