Switch to unified view
a/src/python/samples/rclmbox.py | b/src/python/samples/rclmbox.py | ||
---|---|---|---|
1 | #!/usr/bin/env python |
1 | #!/usr/bin/env python |
2 | """An example that uses python tools to parse mbox/rfcxxx format and index |
||
3 | messages. Not supposed to run as-is or be really useful""" |
||
2 | 4 | ||
3 | import mailbox |
5 | import mailbox |
4 | import email.header |
6 | import email.header |
5 | import email.utils |
7 | import email.utils |
6 | #import sys |
8 | #import sys |