Hi
My program downloads multipart/mime messages from a remote server and saves them to an Outlook email file (*.eml). I can open the email message in Outlook and view/process the attachments, however I want to automate this.
I want to be able to open the *.eml file in Binary mode and extract...
Because it's an encrypted environment; I must send an encrypted file (authenicating file) to activate the download.
The HTTP header is created and the encryted file (authenicating file) is appended to it. The file is then sent using:
Winsock.SendData strHttpDownload
Then, if there is a...
Thanks Dilettante for your informative response. The extra two characters (I think it is LF and CR) appear after the closing --Boundary caption which encapulates the mime message.
The transmission protocol that must be used to communicate with the remote server is HTTP - it will not accept...
Hi There,
I am using VB6 and Winsock to send and receive encrypted files to and from a remote server. Winsock works fine for this except when the remote server sends multiple files to me.
My program will receive the first file just fine, however all the subsequent files have seem to have two...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.