Posted 14 June 2012 - 08:40 PM
I have created a functional E-mail system that works as so…
1st you enter the e-mail system program – (still to be coded)
2) You type the receiving computer ID – (or look in the address book)
3) Type body of e-mail
4) the computer will send to a server the receiving computer ID
5) in a separate message it will send the body of the e-mail.
6) the server will send the e-mail around until one of the servers finds that the receiving computer is connected to it
7) Receiving computer will save the body of the e-mail as a variable
8) then it displays the e-mail
9) two buttons on the side let you "flip" through your e-mails.
– Can only store 26 e-mails per computer
– Server is more efficient that you think. If one server receives a message from another it will not re-send it to that server. It will send it to the next until it finds the receiving computer.
This system works and is efficient.
If you have any questions let me know.
1st you enter the e-mail system program – (still to be coded)
2) You type the receiving computer ID – (or look in the address book)
3) Type body of e-mail
4) the computer will send to a server the receiving computer ID
5) in a separate message it will send the body of the e-mail.
6) the server will send the e-mail around until one of the servers finds that the receiving computer is connected to it
7) Receiving computer will save the body of the e-mail as a variable
8) then it displays the e-mail
9) two buttons on the side let you "flip" through your e-mails.
– Can only store 26 e-mails per computer
– Server is more efficient that you think. If one server receives a message from another it will not re-send it to that server. It will send it to the next until it finds the receiving computer.
This system works and is efficient.
If you have any questions let me know.