Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yvrMarc

    Extracting Binary Data from MIME Email Message

    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...
  2. yvrMarc

    Winsock - receiving multiple files in one session

    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...
  3. yvrMarc

    Winsock - receiving multiple files in one session

    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...
  4. yvrMarc

    Winsock - receiving multiple files in one session

    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...

Part and Inventory Search

Back
Top