11-13-2011, 03:21 AM 
		
	
	
		I am looking for QM compatible software to decrypt quoted printable strings. Any advice welcome.
	
	
	
	
	
| 
					 Decrypt quoted printable strings
				 | 
| 
		
		
		11-13-2011, 03:21 AM 
		
	 
		I am looking for QM compatible software to decrypt quoted printable strings. Any advice welcome.
	 
		
		
		11-13-2011, 05:50 PM 
		
	 
		Member function str.QuotedPrintableEncoding  ;/this also can be useful Member function str.GetCharset function$ [codepage]
		
		
		11-13-2011, 05:57 PM 
		
	 
		Dear Gintaras, I am really indebted for your invaluable help. Best regards Simos 
		
		
		11-13-2011, 08:09 PM 
		
	 
		Dear Gintaras, I tried your example with greek characters. I am wondering a few of them are not decoded correctly; as an example the second character in the following example : Macro temp14 I would kindly ask your advice. 
		
		
		11-13-2011, 08:18 PM 
		
	 
		What is output? What Windows version? Is QM unicode mode? I tested, and output is =CE=9C=CF=80=CE=B1 Μπα 
		
		
		11-13-2011, 08:31 PM 
		
	 
		Output : windows-1253 =CE=9C=CF?=CE=B1 Μ?α Windows XP - SP3 QM in Unicode Thanks 
		
		
		11-13-2011, 08:41 PM 
		
	 
		
		
		11-13-2011, 08:47 PM 
		
	 
		Yes, it worked! Many thanks, Simos. 
		
		
		11-13-2011, 10:10 PM 
		
	 
		However, this is another peculiar situation : Macro temp9 str swhich it produces the following output : =CE'=CE'=CE"=CE"=CE.=CE-=CE-=CE=98=CET=CE=9A=CE>=CE=9C=CE=9D=CE=9E= =CE=9F=CE=A0=CE=B5=CE=A3=CE$=CEY=CE=A6=CE=A7=CE=A8=CE=A9 ''"".--ΘTΚ>ΜΝΞΟΠΡΣ$YΦΧΨΩ Could you please comment on it? 
		
		
		11-14-2011, 06:42 AM 
		
	 
		I noticed this on Windows 2000. I think it is a bug in CDO (a Windows component). Need to find some other component (COM or dll) on the Internet. But I would create encryption/decryption code in QM or C. Look for quoted-printable in wikipedia, the rules are simple.
	 
		
		
		11-14-2011, 07:12 AM 
		
	 
		Can be used MailBee component. QM uses it in email functions. Member function str.QuotedPrintableEncoding ;/
		
		
		11-14-2011, 08:12 AM 
		
	 
		Once more, many thanks. It works. Yes, I had already checked with Wikipedia and I had written an arbritary code that did the job, neverthless it was slow and by no means elegant. Best Regards.
	 | 
| 
					« Next Oldest | Next Newest »
				 |