Questions tagged [ipworks]

Use tag for questions addressing IP*Works components from /n software

The IP*Works components are cross-platform components and libraries from /n software

13 questions
2
votes
1 answer

discountasp.net classic asp ipworks

I need to be able to retrieve emails from SmarterMail (the email that comes with DiscountASP.net). DiscountASP claims they have the IPWorks suite installed, but when I try to invoke it with: Set imap = Server.CreateObject("IPWorksASP.IMAP") or Set…
Robert
  • 273
  • 3
  • 6
2
votes
1 answer

Json Deserialization BodyStyle Wrap issue using IPWorks nSoftware

I am using IPWorks nsoftware for creating service. In it, to call a service I am using Rest rest = new Rest(); rest.Accept = "application/json"; rest.ContentType = "application/json"; rest.User = "UserName"; …
BonDaviD
  • 961
  • 3
  • 11
  • 27
1
vote
1 answer

How can I use IPWorks with a self-signed SSL certificate?

I am trying to find a way to use /n Software's IPWorks server/client components with a self-signed SSL certificate. I am trying this on the client side: cl.SSLCertStoreType := cstPFXFile; cl.SSLCertStore := 'cert.pfx'; cl.SSLCertStorePassword :=…
abluka
  • 11
  • 2
1
vote
0 answers

Delphi IPWorks XMPP - Search for User

i use the TipwXMPP component from IPWorks to build my own XMPP-Client. Everythink works fine. But i found no way to search for users to add as Buddy. With the exact ID i can add Buddies. But sometime User don't know the exact ID, so he should do a…
captnemo
  • 31
  • 4
1
vote
1 answer

Ipworks data loss

I use ipworks ipport component. when datain event has been fired,i put the data in a queue and then process it in a different thread. Data is coming too fast, and I reliezed that incoming data is missing. How can i resolve this?
Seçkin Durgay
  • 2,758
  • 4
  • 27
  • 36
1
vote
1 answer

List Calendars available for user on CalDAV (Bedework)

I use IPWorks .Net CalDAV-component to operate on a Bedework quickstart calendar server, set up on localhost:8080. In order to access calendars I need to know their resource URI. When using Baikal (SabreDAV) as the server, I simply used WebDAV…
chknapp
  • 75
  • 1
  • 6
0
votes
0 answers

Delphi - Calculating Amazon MWS signature

Using: Delphi 10.2.3 Tokyo IPWorks SSL and IPWorks Encrypt components I am trying to use the Amazon MWS API from Delphi to get a list of orders, but am unsuccessful in making the request to Amazon MWS. Its mandatory that I use IPWorks components, as…
Steve F
  • 1,527
  • 1
  • 29
  • 55
0
votes
1 answer

Delphi IPWorks LDAP PASSWD_CANT_CHANGE

I am using Delphi 10.3 and IPWorks LDAP component. I can modify most attributes without any issues, such as unicodePwd, givenName, and mail. However, for the userAccountControl attribute of a user, I am unable to set ADS_UF_PASSWD_CANT_CHANGE, of…
0
votes
1 answer

TThread with Non-Block tcp calls

I am using the ipWorks component TipwIPPort within a TThread. As I understand it, TipwIPPort is non-blocking. I am familiar with creating threads where all processing within the Execute method is "blocking". In this instance I need to connect…
M Schenkel
  • 6,294
  • 12
  • 62
  • 107
0
votes
0 answers

IPWorks JSON error - Address family not supported

I've install the IP*Works Trial components to use the JSON component to request RESTful services. I've managed to get this code working using standard HttpWebRequest but now with the IP*Works components I am getting an error that I cannot…
John Cogan
  • 1,034
  • 4
  • 16
  • 39
0
votes
1 answer

How to simulate login using Indy http or ipworks http?

I have this code in jquery: var ajaxHandler; ajaxHandler = "http://mypage.com/_LAYOUTS/com/Handlers/LoginHandler.ashx"; $.post(ajaxHandler + "?task=Login", { UserName: _UserName, Password: _Password }, function (data) { // ... } ) How…
user2005049
  • 510
  • 1
  • 5
  • 26
-2
votes
1 answer

how to fetch documents via ipworks

The library ipworks provides some methods fetching the textmessage. In the documentation I don't find how to read the attachements via ipworks library using imaps.
zirbel
  • 402
  • 1
  • 5
  • 23