-4

I am looking for a API or Documentation for developing a IMAP-Client for POSTFIX. I am planning to use html5 for front end and php for backend.

j_s_stack
  • 667
  • 1
  • 5
  • 18
srivishnu
  • 103
  • 1
  • 5
  • Welcome to Stack Overflow! Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. || Also CAPITAL LETTERS in Titles are not helpful – j_s_stack Jan 29 '15 at 07:28
  • Please stop shouting. – Mureinik Jan 29 '15 at 07:29

1 Answers1

0

The fact that your mail server runs on postfix is completely irrelevant. You should learn about the IMAP protocol, and to be able to use it, you can start with the PHP IMAP functions.

Sorry for pointing directly to the manual but when you have some code to show us, you can go back and explain where you got stuck and then we can try to help again.

mTorres
  • 3,590
  • 2
  • 25
  • 36
  • Hello mTorres, Thanks for your help. i have no idea on working on imap client and would like to learn more on it. Thanks for your php imap functions guide – srivishnu Jan 30 '15 at 08:33
  • @srivishnu, you can also check this [question on SO](http://stackoverflow.com/questions/1092723/how-do-you-build-a-web-based-email-client-using-php). – mTorres Jan 30 '15 at 09:29