Re: [Httpmail-devel] MSXML and Security settings
Status: Beta
Brought to you by:
fuzz
From: Toru M. <tor...@ya...> - 2003-08-15 22:42:05
|
>There are some Perl, Ruby and Java implementations out there that >show you how to do it with regulat TCP/IP (HTTP). > >I think I even saw one in C++ That used WinInet functions. >Can't remember though... It is easy to use WinInet, but WinInet checks "Internet Security Option" (I think). >>> Internet Option-> security-> {Internet} Custormize-> >>> allow(or show dialog) data source access between different domain. and if it does not allow, the program hangs up. just like everybody reports: http://sourceforge.net/tracker/?func=detail&atid=118691&aid=546984&group_id=18691 XMLHTTP uses WinInet and IServerXMLHTTP does not. That's why you don't get error. But I don't wanna use ServerXMLHTTP since it does not work on win9x. So what I am trying to do is using indy's http component. Getting redirect URLs manually... and that's kinda stuff. just like Perl and other implementations do. But indy's http component does not support Digest Authentication right now. Also you can't specify your own Method other than "Post, Get, ... etc" Perl is easy...when it comes to networking... >--- Toru Marumoto <tor...@ya...> wrote: >> Hi >> >> >> >The thing I have found is that the XMLHTTP object no longer works to >> connect. >> It does work fine. (...only if you change the security setting.) >> >> >I have had to use IServerXMLHTTP interface to do EVERYTHING. >> Requirements >> Supported platforms include Microsoft Windows 2000, or Microsoft Windows NT >> 4.0 >> with Microsoft Internet Explorer 5.01 (or later) installed. >> ServerXMLHTTP fails on other platforms, such as Microsoft Windows 98. >> {Microsoft XML Core Services (MSXML) 4.0 SDK} >> >> >> >I have an article >> >being submitted to Delphi Informant on access to Hotmail from Delphi, >> including >> >SENDING MESSAGES via Hotmail and synchronizing HM Contacts with your local >> WAB. >> >It also includes a lot of functionality that is not in the VB example, such >> as >> >creating/deletion of folders, emptying of the trash folder, etc. >> > >> >Once I get the article published, I'd be more than happy to post the units >> for >> >you to see. The publishing schedule looks to be January. >> >> Oh..That would be nice. thanks. >> >> >BTW, I am also writing a component that encapsulates all this functionality. >> > >> >> But the thing right now is that the Indy's HTTP component does not offer >> "PROPFIND"..... __________________________________________________ Do You Yahoo!? Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ |