[xmail] Re: login with % instead of @

2007-08-30 Thread Davide Libenzi
On Sat, 25 Aug 2007, Matic wrote: > never mind - I think I have done it, I just had to bloat my computer > with VC++ 2005 Express Edition and SDK for Win (and it took "less" than > 2 Gb on disk :(o ) > > I've changed > #define POP3_USER_SPLITTERS "@:" > to > #define POP3_USER_SPLITTERS

[xmail] Re: login with % instead of @

2007-08-25 Thread Matic
never mind - I think I have done it, I just had to bloat my computer with VC++ 2005 Express Edition and SDK for Win (and it took "less" than 2 Gb on disk :(o ) I've changed #define POP3_USER_SPLITTERS "@:" to #define POP3_USER_SPLITTERS "@:\%" in POP3Utils.h file I believe this

[xmail] Re: login with % instead of @

2007-08-24 Thread Matic
Hi, I have found out that Davide added ":" as separator in v0.58 for POP3 and in v0.61 also for SMTP authentication. Davide (or any other C guru), could you point me to where these was added in source and how could I add "%" also as separator - if that is possible. Can somebody give me a hint on