Search found 85 matches

by SunSatION
Thu Mar 17, 2011 7:43 pm
Forum: PureFORM & JaPBe
Topic: PurePOP3 library : POP3 functions
Replies: 336
Views: 226342

Re: PurePOP3 library : POP3 functions

Thanks again gnozal. Works like a charm
by SunSatION
Wed Mar 16, 2011 8:53 pm
Forum: PureFORM & JaPBe
Topic: PurePOP3 library : POP3 functions
Replies: 336
Views: 226342

Re: PurePOP3 library : POP3 functions

Hi gnozal.

I'm wondering whether it is possible or not to implement the TOP function provided by POP? The reason behind this is that I would like to get just the header part ( subject, address, .... ) without actually downloading the whole message before.

Thanks!
by SunSatION
Sat Mar 12, 2011 7:20 pm
Forum: PureFORM & JaPBe
Topic: PureSMTP library : mail & attachments (AUTH supported)
Replies: 369
Views: 273823

Re: PureSMTP library : mail & attachments (AUTH supported)

Hi gnozal,

I'm having some trouble using the bcc parameters. I've set the MailTo parameter to:

MailTo.s = "****@go.net.mt;bcc:*****1@gmail.com;bcc:*****2@gmail.com"

and this is the data sent to the server ( wireshark )


220 fender72.go.net.mt ESMTP Exim 4.67 Sat, 12 Mar 2011 18:58:09 +0100 ...
by SunSatION
Thu Jun 18, 2009 4:21 pm
Forum: TailBite
Topic: TailBite V1.4.2 Windows
Replies: 89
Views: 59777

No it doesn't crash. It needs to change settings for compatability but it works. Thanks!
by SunSatION
Thu Jun 18, 2009 2:11 pm
Forum: Off Topic
Topic: Who's an admin here?
Replies: 13
Views: 3630

/= is used in haskell :)
by SunSatION
Thu Jun 18, 2009 12:45 am
Forum: TailBite
Topic: TailBite V1.4.2 Windows
Replies: 89
Views: 59777

Oh sry. Won't post again in this topic after this one :P

Well it's not exactly a TB bug. It's just the installer that crashes after pressing the first next.

Installing TailBiteV1.3PR1.881.zip and running on Windows 7 x64.

Can't upload the log file since it doesn't create one.

1:55:06.7225687 ...
by SunSatION
Wed Jun 17, 2009 11:29 pm
Forum: TailBite
Topic: TailBite V1.4.2 Windows
Replies: 89
Views: 59777

Code: Select all

---------------------------
Error
---------------------------
Line:-1
OnError line support disabled
Invalid memory access
Exit program?
---------------------------
Yes   No   
---------------------------
Seems like it's not working here :(
by SunSatION
Fri Feb 08, 2008 11:56 pm
Forum: Off Topic
Topic: Pin out for composite video and S-Video?
Replies: 51
Views: 10619

Finland and Denmark... aren't you neighbors? :P
by SunSatION
Thu Sep 06, 2007 11:25 pm
Forum: Off Topic
Topic: Show me your color sheme and I tell you who you are!
Replies: 109
Views: 63287

GeoTrail wrote:Here's mine, well, actually, PB's default color scheme ;) Simple, the way I like it.
Image
I can smell some laziness here :P
Btw, mine is like this one too :lol:
by SunSatION
Thu Sep 06, 2007 10:58 pm
Forum: Off Topic
Topic: Americans are NOT stupid
Replies: 70
Views: 17007

by SunSatION
Fri Aug 31, 2007 8:42 pm
Forum: Off Topic
Topic: Funny fake wrestling
Replies: 7
Views: 1855

No-one ever heard of telepathy? :P:P

He is too proud to leave the opponent doing it!! :lol:
by SunSatION
Thu Aug 23, 2007 9:12 pm
Forum: Coding Questions
Topic: Get a Window Handle by Clicking
Replies: 4
Views: 1556

GetForegroundWindow_()
by SunSatION
Fri Aug 10, 2007 12:42 pm
Forum: General Discussion
Topic: Get description of window service?
Replies: 11
Views: 2856

Can't you list them from the registry?

Code: Select all

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services
To add a description to a new service, you need to write a reg entry, so i guess to read it, you need to read a registry entry