Re: Re : [fpc-pascal] Malformed email messages

2012-08-17 Thread Graeme Geldenhuys
On 17/08/12 11:17, Ludo Brands wrote: Well spotted. Outlook indeed generates "RE :" with the additional space. This should be fixed now. Well done, it seems to work 100% now. :-) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourcefo

Re: Re : [fpc-pascal] Malformed email messages

2012-08-17 Thread Ludo Brands
> > > > I wrote a little VBA module in Outlook that modifies the > RE: back to > > Re: before sending the message and that seems to solve the problem. > > Almost. You now have an "Re :" in the front, and not a "Re:". > Removing > the space before the colon should fix it completely I think. >

Re: Re : [fpc-pascal] Malformed email messages

2012-08-17 Thread Graeme Geldenhuys
On 17/08/12 09:49, Ludo Brands wrote: I wrote a little VBA module in Outlook that modifies the RE: back to Re: before sending the message and that seems to solve the problem. Almost. You now have an "Re :" in the front, and not a "Re:". Removing the space before the colon should fix it comple