Search found 47 matches: mime

Return to advanced search

Invio Dati Tessera Sanitaria x 730

... startinfo=" text/xml"; boundary="----=_Part_0_1194513676.1441182487140" SOAPAction: "" MIME-Version: 1.0 Content-Length: 1898 Host: wscoop.sanita.finanze.it Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5) Authorization: ...
by Romeo
Mon Jan 09, 2017 5:11 pm
 
Forum: All products support
Topic: Invio Dati Tessera Sanitaria x 730
Replies: 1
Views: 2159

Re: Protocol pop3s

Enrico, Maybe something useful for You : 1.1 Overview VMime is a powerful C++ class library for working with MIME messages and Internet messaging services like IMAP, POP or SMTP. With VMime you can parse, generate and modify messages, and also connect to store and transport services ...
by ukoenig
Sun May 01, 2016 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protocol pop3s
Replies: 2
Views: 706

Re: ADO and hb_serialize()

James,


(De) / Encode a string to MIME.
by AHF
Sat Oct 10, 2015 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and hb_serialize()
Replies: 10
Views: 1457

Re: HB_DECRYPT, HB_READINI and GETPVPROFSTRING

Marco, If you still want to save value with leading spaces in an ini, maybe you can try to mime-encode it first. cStringIni  := cStringIni + "Password="   + cMimeEnc(cCrypted)  + crlf and later you have to remember to cVar2 := HB_DECRYPT( ...
by hua
Fri Oct 09, 2015 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_DECRYPT, HB_READINI and GETPVPROFSTRING
Replies: 8
Views: 1483

Building APK suggestion

... in c:\fivetouch http://www.wwrowland.com/private/it/CopyApkBat.png In order to download apk from web site you may need to add mime type for .apk Here is the mime type info. Extension: .apk MIME type: application/vnd.android.package-archive Now i can just build, click on link ...
by Gale FORd
Thu Jul 09, 2015 8:55 pm
 
Forum: FiveTouch
Topic: Building APK suggestion
Replies: 1
Views: 1003

Almacenar/Recuperar imagenes, binarios en Tablas DBF

... de base de datos utilizando campos Memos // El mecanismo es: A partir del Archivo BMP o Binario, Genera un archivo comprimido ZIP,texto mediante MIME, se fracciona en paginas y se almacena // Para recuperarlo: Lee el contenido del memo, genera el archivo TEXTO, luego genera el archivo comprimido, ...
by jnavas
Mon Mar 09, 2015 1:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Almacenar/Recuperar imagenes, binarios en Tablas DBF
Replies: 12
Views: 5011

Re: TSmtp, gmail, authentication

Luis; Hi. The problem is that TSMTP with its authentication modifications, will authenticate by sending username and password as mime encoded strings. Mail servers such as gmail, work over ssl. TSMTP is not using ssl. I think it is possible to send mail over ssl by using hb_sendMail() ...
by reinaldocrespo
Fri Mar 08, 2013 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSmtp, gmail, authentication
Replies: 3
Views: 930

Re: campos BLOB

... implementar los campos BLOB para guardar cualquier archivo mediante los siguientes pasos: Binario, hacia formato ZIP y luego hacia texto mediante MIME // El Archivo Original es Comprimido en Formato Zip HB_ZipFile( cFileZip, aFiles, 9,,.T., NIL, .F., .F. ) // El Archivo MIME es Convertido en Formato ...
by jnavas
Sun Feb 03, 2013 12:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: campos BLOB
Replies: 6
Views: 2998

Re: Bad Email Dreams ...

... load the library and call the functions. You have to first load the library and initialize it before calling any functions. I use the smtp and mime functions. hSmtp := LoadLibrary("CSMTPAV7.dll") // Must initialize first. Should return true lSmtpInit := SmtpInitialize(CSTOOLS7_LICENSE_KEY) ...
by Randal
Tue Jan 01, 2013 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19234

Re: Duda sobre el uso de MIME (Auto solucionada)

Me lo pregunto de otra forma:

las funciones fmimeenc() de fwh y hb_base64encode() de xHarbour son equivalentes o complementarias cuando se trata de convertir documentos al formato base64?
:roll: :roll: :roll:
by José Vicente Beltrán
Wed May 09, 2012 5:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda sobre el uso de MIME (Auto solucionada)
Replies: 1
Views: 496

Duda sobre el uso de MIME (Auto solucionada)

... Luego se lee el texto resultante codificado y se añade al XML. Hasta ahí todo bien pero.. La pregunta es: ¿El resultado del proceso MIME ya está en base64 o hay que volver a procesarlo con, por ejemplo, hb_Base64Encode()? Aunque a simple vista parece base64, en los ejemplos que he ...
by José Vicente Beltrán
Wed May 09, 2012 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda sobre el uso de MIME (Auto solucionada)
Replies: 1
Views: 496

Re: IMAP ActiveX email component?

... _INT ; * PASCAL FROM "SmtpAddRecipientA" LIB hSmtp //----------------------------------------------------------------------------// // Mime library DLL FUNCTION MimeInitialize(license AS LPSTR, initdata AS LPSTR) AS BOOL ; PASCAL FROM "MimeInitializeA" LIB hMime DLL FUNCTION ...
by Randal
Fri Oct 21, 2011 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IMAP ActiveX email component?
Replies: 10
Views: 3052

Re: Drawing PNG from Resources !!!

... pagecapability_proc;     FI_LoadProc load_proc;     FI_SaveProc save_proc;     FI_ValidateProc validate_proc;     FI_MimeProc mime_proc;     FI_SupportsExportBPPProc supports_export_bpp_proc;     FI_SupportsExportTypeProc supports_export_type_proc;     FI_SupportsICCProfilesProc ...
by ukoenig
Sat May 16, 2009 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing PNG from Resources !!!
Replies: 7
Views: 7120

Send Email with Picture in the Message Body (Solved)

Hi, How to Send an Email with Picture in the Message Body ? I beleive it is something to do with MIME Encoding Do anybody know how to convert an HTML mail to Mime ?. My requirement: I want to send an html mail with an inline picture in it ie. Picture along with the Body ...
by anserkk
Fri Apr 17, 2009 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Email with Picture in the Message Body (Solved)
Replies: 3
Views: 942

Re: Nuevamente con ENVIO de Correo

... 12/30/08 16:12:11: From: dbarrio@jla.com.ar To: gfernandez@jla.com.ar Cc: Subject: Fichero de Salidas Date: Tue, 30 Dec 2008 16:12:11 +0100 MIME-Version: 1.0 X-MSMail-Priority: HIGH X-Priority: 1 X-Mailer: FiveWin Class TSmtp Content-Type: multipart/mixed; boundary="NextPart" This ...
by dobfivewin
Tue Dec 30, 2008 6:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevamente con ENVIO de Correo
Replies: 4
Views: 861
PreviousNext

Return to advanced search