0

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

Djangonaut
  • 5,511
  • 7
  • 40
  • 53

2 Answers2

2

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

mdeous
  • 17,513
  • 7
  • 56
  • 60
-1

mocking twisted imap server worked for me !

Djangonaut
  • 5,511
  • 7
  • 40
  • 53