how i can Read my mail from a pop3 server
Display Some Header Info Like sender subjetc etc...
save files from attachement
and delete these mails from sever
inc fact how can i do a POP3 MAIL READER in asm (i'm using TASM)
please help me thx
Display Some Header Info Like sender subjetc etc...
save files from attachement
and delete these mails from sever
inc fact how can i do a POP3 MAIL READER in asm (i'm using TASM)
please help me thx
i'd like to make Full Asm,Xp-Styled,easy and fun Mail prog
it'll be free and will work so fine.
it's a huge project and i need some tips:
-POP3/SMTP specifications (how to attach files/html mail/txt mail)
-authoring
-autoconnect
please help me
to do a great ASM MAIl CLIENT
it'll be free and will work so fine.
it's a huge project and i need some tips:
-POP3/SMTP specifications (how to attach files/html mail/txt mail)
-authoring
-autoconnect
please help me
to do a great ASM MAIl CLIENT
Are you going to pay me?
it depends of 3 things:
-1st how much do you want to be payed for that work
-2nd if it's all done (FULL POP3 support with error handling and coded in asm (preferably in tasm but a big commented masm code will be suffisant)
-3rd the Naming wanted ex:f i use your code in an Mail client it'll be a free prog and i'll show your name but 'cause i buy it i want to be able to use it in every other poject i'll want and just say it is your code but not in the app but in a txt
if all 3 conditions are ok for you and if we agree so i'll pay you for this coding....
-1st how much do you want to be payed for that work
-2nd if it's all done (FULL POP3 support with error handling and coded in asm (preferably in tasm but a big commented masm code will be suffisant)
-3rd the Naming wanted ex:f i use your code in an Mail client it'll be a free prog and i'll show your name but 'cause i buy it i want to be able to use it in every other poject i'll want and just say it is your code but not in the app but in a txt
if all 3 conditions are ok for you and if we agree so i'll pay you for this coding....
I started working on a project like that.
I failed.
The how to's for me were just like reading the rfc's, I also borrowed a book on TCP/IP which described
the details pretty good. Also the winsock debugging app by Thomas helped a lot.
Perhaps I pick it up again, it was sure hard work, I got tired
of working on it when it did work on my system but not on my friends systems.
If you start working on such an application please post about it.
It would help me start working on that again.
thanks
btw, I got to sending mail and checking/downloading mail from pop. no attachments or html.
I failed.
The how to's for me were just like reading the rfc's, I also borrowed a book on TCP/IP which described
the details pretty good. Also the winsock debugging app by Thomas helped a lot.
Perhaps I pick it up again, it was sure hard work, I got tired
of working on it when it did work on my system but not on my friends systems.
If you start working on such an application please post about it.
It would help me start working on that again.
thanks
btw, I got to sending mail and checking/downloading mail from pop. no attachments or html.
I would like to help you out. I would mostly be using MASM.
If you want to pay for this, better clear it out of the forum :/
it's not really that i want to pay it but if it's the only way to have the code made with all explainations that make progress and able to use it in any other project i'll do it.
i really want to do an alternative to MS OUTLOOK in the future so.
i will give 10 eur max for Both client and server so i consider that's not really a payment.
i really want to do an alternative to MS OUTLOOK in the future so.
i will give 10 eur max for Both client and server so i consider that's not really a payment.
Drop me a mail @ roticv87@hotmail.com for any code that you need.
have you found some code for pop3 client or/and server
it will be nice to send me or to post it here please
and thank to help so much peapole
it will be nice to send me or to post it here please
and thank to help so much peapole
I found the rfc :grin:
i've read the file and it helped me so.
but now i've implemented all the discuss stuff (LOGIN,STAT)
and i simply use RETR command and store the message into a TXT file (for now)
does anyone know the POP3 MAIL MESSAGE FORMAT
for example:
how to detect return-recept
how to detect read-confirmation
how to convert the message to a MIME message that i can save to a .msg
how to know if there is attached files
how to know the numbers of attached files
how to Extract Attached Files
but now i've implemented all the discuss stuff (LOGIN,STAT)
and i simply use RETR command and store the message into a TXT file (for now)
does anyone know the POP3 MAIL MESSAGE FORMAT
for example:
how to detect return-recept
how to detect read-confirmation
how to convert the message to a MIME message that i can save to a .msg
how to know if there is attached files
how to know the numbers of attached files
how to Extract Attached Files