So where can I go to pester some Indy devs these days?
So where can I go to pester some Indy devs these days?
The IMAP component's SASL support is broken :(
edit: I'm using XE6 update 1 FWIW.
The IMAP component's SASL support is broken :(
edit: I'm using XE6 update 1 FWIW.
Report bug to QC. Delphi -> Internet -> Indy category
ReplyDeleteDalija Prasnikar Let's hope that doesn't have the usual timeframe, I need this finished by tomorrow :)
ReplyDeleteAsbjørn Heid I would say that you ping Remy on the forums, but guess what. Or you can try contact him from his website http://www.lebeausoftware.org/
ReplyDeleteDalija Prasnikar Cheers!
ReplyDeleteAlternatively, anyone know if an IMAP component/library for Delphi that supports XOAUTH2 (or where it would be easy to integrate)?
StackOverflow and make sure Remy Lebeau catches it. He's not active on G+.
ReplyDeleteJeroen Wiert Pluimers Cheers. Might just go balls deep with REST for now and sort out imap once we have customers using something other than Gmail. Time is ticking :-(
ReplyDeleteDalija Prasnikar Oh, you don't mean the forums are still down?
ReplyDeleteBill Meyer They were down whole day, but it looks like they are up again. Feels like roller coaster ;-)
ReplyDeleteDalija Prasnikar Only because it is a roller coaster. Sort of like off-topic. ;)
ReplyDeleteAsbjørn Heid Have you tried the Indy newsgroups - news.atozed.com ?
ReplyDeleteAsbjørn Heid :(
ReplyDeleteI'm trying a pure REST approach now, the REST stuff in Delphi may not be top notch (I'm a REST virgin) but it certainly seems to work better than Indy's IMAP so far.
ReplyDeleteI must admit that I'm doing loads of REST in C# and very happy with that. Current gig only has Delphi 2006, so not much REST there.
ReplyDeleteCwho? ;)
ReplyDeleteBill Meyer I really dislike how complex they made WPF, but FMX isn't that much better (especially because it is soo buggy and badly documented). But for server side stuf I'll take C# over Delphi any time. Sorry (:
ReplyDeleteJeroen Wiert Pluimers Was just kidding. There is much to like in C#, although its verbosity sometimes puts me in mind of COBOL. ;)
ReplyDeleteBill Meyer oh yes (: The cool thing about doing multiple stacks, is that it forces you to think outside the box in any stack. Very refreshing things then happen.
ReplyDeleteUpdate from latest SVN sources before reporting bugs.
ReplyDeleteWarren Postma git svn clone ... (;
ReplyDeleteWarren Postma Good point, I must admit I completely forgot Indy was still open source since it's been bundled for so long.
ReplyDeleteIt seems this issue has been fixed, so I'll be using that patch for now (though my own seems to work fine against GMail at least).