Results for "Author: dreamgrazer"
This is a class module that contains all (or at least..most) routines that needed to send emails using Simple Mail Transfer Protocol (SMTP). Also has the support to add/encode/decode multiple attachments using either UUencode, or Base64. Base64 implementations conform to MIME standard, and MIME header is generated along with the file. For now, the class doesn't has any POP capability as yet, but it will be added soon.. And also adding support for pipelining, binary transfer through chunking, proxy support, etc (Which all are needed in my current project ). (*UPDATED* Now attachments can be send using a very easy to implement file queue system. As well as fixed the wrong path extractor routine.) I am trying to make the class so that the code required in the main project is minimal. Please give me your comments, and enjoy!
As the name suggest, this codes allow you to connect to a POP server and download the messages ( New Email ).Currently didn't support attachments, but I will try to update as soon as I can.Works with most servers.Can't differentiate between new and has been read messages ( Can't figured it out yet, any ideas ?.
This is an email client that use the Simple Mail Transfer Protocol.Can be used with many SMTP servers ( Haven't found any server that didn't works well yet ).Able to include attachments with Email.Can authenticate with POP server first.Use MS WInsock Control TCP/IP connection.
This is a class module that contains all (or at least..most) routines that needed to send emails using Simple Mail Transfer Protocol (SMTP). Also has the support to add/encode/decode multiple attachments using either UUencode, or Base64. Base64 implementations conform to MIME standard, and MIME header is generated along with the file. For now, the class doesn't has any POP capability as yet, but it will be added soon.. And also adding support for pipelining, binary transfer through chunking, proxy support, etc (Which all are needed in my current project ). (*UPDATED* Now attachments can be send using a very easy to implement file queue system. As well as fixed the wrong path extractor routine.) I am trying to make the class so that the code required in the main project is minimal. Please give me your comments, and enjoy!
As the name suggest, this codes allow you to connect to a POP server and download the messages ( New Email ).Currently didn't support attachments, but I will try to update as soon as I can.Works with most servers.Can't differentiate between new and has been read messages ( Can't figured it out yet, any ideas ?.
This is an email client that use the Simple Mail Transfer Protocol.Can be used with many SMTP servers ( Haven't found any server that didn't works well yet ).Able to include attachments with Email.Can authenticate with POP server first.Use MS WInsock Control TCP/IP connection.
This is a class module that contains all (or at least..most) routines that needed to send emails using Simple Mail Transfer Protocol (SMTP). Also has the support to add/encode/decode multiple attachments using either UUencode, or Base64. Base64 implementations conform to MIME standard, and MIME header is generated along with the file. For now, the class doesn't has any POP capability as yet, but it will be added soon.. And also adding support for pipelining, binary transfer through chunking, proxy support, etc (Which all are needed in my current project ). (*UPDATED* Now attachments can be send using a very easy to implement file queue system. As well as fixed the wrong path extractor routine.) I am trying to make the class so that the code required in the main project is minimal. Please give me your comments, and enjoy!
As the name suggest, this codes allow you to connect to a POP server and download the messages ( New Email ).Currently didn't support attachments, but I will try to update as soon as I can.Works with most servers.Can't differentiate between new and has been read messages ( Can't figured it out yet, any ideas ?.
This is an email client that use the Simple Mail Transfer Protocol.Can be used with many SMTP servers ( Haven't found any server that didn't works well yet ).Able to include attachments with Email.Can authenticate with POP server first.Use MS WInsock Control TCP/IP connection.
This is a class module that contains all (or at least..most) routines that needed to send emails using Simple Mail Transfer Protocol (SMTP). Also has the support to add/encode/decode multiple attachments using either UUencode, or Base64. Base64 implementations conform to MIME standard, and MIME header is generated along with the file. For now, the class doesn't has any POP capability as yet, but it will be added soon.. And also adding support for pipelining, binary transfer through chunking, proxy support, etc (Which all are needed in my current project ). (*UPDATED* Now attachments can be send using a very easy to implement file queue system. As well as fixed the wrong path extractor routine.) I am trying to make the class so that the code required in the main project is minimal. Please give me your comments, and enjoy!