Mercurial > p > roundup > code
comparison scripts/imapServer.py @ 4421:67bef70ab9b9
- more logger fixes, sorry for the noise.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 17 Sep 2010 06:47:58 +0000 |
| parents | f2fda3e6fc8b |
| children | 939dce88cfc2 |
comparison
equal
deleted
inserted
replaced
| 4420:9655a1b65974 | 4421:67bef70ab9b9 |
|---|---|
| 37 import os | 37 import os |
| 38 import re | 38 import re |
| 39 import time | 39 import time |
| 40 | 40 |
| 41 logging.basicConfig() | 41 logging.basicConfig() |
| 42 log = logging.getLogger('IMAPServer') | 42 log = logging.getLogger('roundup.IMAPServer') |
| 43 | 43 |
| 44 version = '0.1.2' | 44 version = '0.1.2' |
| 45 | 45 |
| 46 class RoundupMailbox: | 46 class RoundupMailbox: |
| 47 """This contains all the info about each mailbox. | 47 """This contains all the info about each mailbox. |
