N
N
Nikolai Retsinkevich2015-05-03 20:13:24
linux
Nikolai Retsinkevich, 2015-05-03 20:13:24

How to implement a web interface for a mail server?

Good day to all. My next task is to write a web application that allows the user to log in with his username / password, reads the corresponding file from /var/spool/mail and displays its contents as a set of separate messages. I've never worked with websites and related technologies before, so I don't know where to start. Recommend some example or general principles by which this application can work.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
3
3vi1_0n3, 2015-05-03
@destroyer25t

See Squirrelmail . Sources are open, as an example, perhaps suitable

V
Valentine, 2015-05-03
@Tpona

I put the roundcube , I'm happy as an elephant.
If the task is to write, then it’s kind of complicated for one person then))
I don’t understand why reinvent the wheel?

N
Nikolay Retsinkevich, 2015-07-23
@destroyer25t

The task was actually much simpler, and it was also much easier to solve) I just stupidly displayed the contents of the var/mail/USER file, parsing it using a third-party php library. And for login and password authentication, I used LDAP.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question