Hi there, just want to ask if there is some open source for some mail product... like gmail or something... doesn't matter... thanks
Any mail OS?
Started by Scuby, Jul 19 2010 02:47 PM
7 replies to this topic
#1
Posted 19 July 2010 - 02:47 PM
|
|
|
#2
Posted 19 July 2010 - 02:50 PM
Huh? Clarify please.
There is no "mail OS". If you're talking about a client that runs on top of another OS, there are tons. Roundcube - Free webmail for the masses for example.
If you're referring to running a mail server, its not so simple and the fact that you had to ask likely makes it impractical for you to run and maintain it.
There is no "mail OS". If you're talking about a client that runs on top of another OS, there are tons. Roundcube - Free webmail for the masses for example.
If you're referring to running a mail server, its not so simple and the fact that you had to ask likely makes it impractical for you to run and maintain it.
#3
Posted 19 July 2010 - 03:10 PM
it doesn't have to be a webmail client... the other way i would be thanking for is some srcipt for downloading mails... for example i'm gonna make some kind of something like webmail and than i want to make it downloading mails from gmail, yahoo etc...
#4
Posted 20 July 2010 - 12:53 AM
PHP has built in functions for reading email from mail servers both wih POP3 and IMAP protocols, and sending with SMTP.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#5
Posted 20 July 2010 - 12:57 AM
Orjan said:
PHP has built in functions for reading email from mail servers both wih POP3 and IMAP protocols, and sending with SMTP.
It's not by default built in PHP's core, and PEAR::MAIL, and PEAR::Mail_IMAP are the preferred classes to use.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#6
Posted 20 July 2010 - 03:02 AM
Any idea where to get inspiration or experience? please...
#7
Posted 20 July 2010 - 01:55 PM
Nullw0rm said:
It's not by default built in PHP's core, and PEAR::MAIL, and PEAR::Mail_IMAP are the preferred classes to use.
Well, your IMAP link links to the mail extention in php: PHP: IMAP Functions - Manual, sure, it's not in the core, it's an extention, but it's there. So apparently, it's not the pear classes that is the preffered classes, as it is a dead project in pear, at least one of them.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#8
Posted 30 July 2010 - 03:30 PM
Hmm this could be hard... You could go serious with full on linux mail servers all linked to PHP... You could find some easy to do tutorials online...
Or if you're feeling epic you could try making your own webmail server in C++(you could use other languages)..
(use command line that way you won't have the extra 10,000 lines that make the GUI work). If you did this i would suggest making it somewhat opensource (which would take all the strain of constant updates off your shoulders)
Or if you're feeling epic you could try making your own webmail server in C++(you could use other languages)..
(use command line that way you won't have the extra 10,000 lines that make the GUI work). If you did this i would suggest making it somewhat opensource (which would take all the strain of constant updates off your shoulders)
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).


Sign In
Create Account

Back to top









