Jump to content

Any mail OS?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
Scuby

Scuby

    Newbie

  • Members
  • Pip
  • 8 posts
Hi there, just want to ask if there is some open source for some mail product... like gmail or something... doesn't matter... thanks

#2
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
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.

#3
Scuby

Scuby

    Newbie

  • Members
  • Pip
  • 8 posts
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
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
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

#5
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts

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.

#6
Scuby

Scuby

    Newbie

  • Members
  • Pip
  • 8 posts
Any idea where to get inspiration or experience? please...

#7
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts

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

#8
bbqroast

bbqroast

    Codecall Addict

  • Members
  • PipPipPipPipPipPipPip
  • 554 posts
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)
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).