dovecot / imaptest

IMAP server tester
Other
51 stars 21 forks source link

Add generate_mbox.py utility script #24

Closed slusarz closed 7 months ago

slusarz commented 10 months ago

Move this from the example at https://doc.dovecot.org/admin_manual/testing/running_imaptest/

cmouse commented 10 months ago

Please add

def main():
   <body>

if __name__ == "__main__":
   main()

wrapper

cmouse commented 10 months ago

Please run flake8 and pyflakes

slusarz commented 10 months ago

Comments have been addressed.