tags:

views:

45

answers:

2

I'm developing application that will read messages from IMAP server.. what would you recommend for local development/testing (easy configurable light server)

Platform - Ubuntu Linux

+2  A: 

Your question is not really programming related, but for a well known open-source IMAP server you could use Dovecot.

MatToufoutu
A: 

mocking twisted imap server worked for me !

Pydev UA