| Author |
Message |
|
tresni
Site Admin
Joined: Sun Dec 05, 2004 8:59 pm Posts: 1316 Location: Boise, Idaho
|
 Liam
Quote: A pop3 and imap mailbox checker. Latest Release: 2.2.2 09 Feb 2008 * Requires OpenSSL Libraries* Requires MSVC8 runtimes ( direct)
_________________ -- Brian ♠ ♥ ♣
|
| Sat Aug 04, 2007 12:44 am |
|
 |
|
Google
Sponsored Links
|
|
 |
|
tresni
Site Admin
Joined: Sun Dec 05, 2004 8:59 pm Posts: 1316 Location: Boise, Idaho
|
 Re: Liam
Bump for new release w/ Secure POP3 and IMAP support. (Plain English: it works with Gmail.) Attachment:
imaps.png [ 53.52 KiB | Viewed 2886 times ]
* Requires the OpenSSL libraries which can be downloaded with a pretty installer from Shining Light Productions or you can extract this zip file below to your blackbox.exe directory. Attachment:
File comment: OpenSSL Libraries. Extract to your blackbox.exe directory.
openssl.zip [534.44 KiB]
Downloaded 310 times
* Requires MSVC8 runtimes ( direct) 2.1.0 RELEASE
Attachments:
File comment: Liam 2.0.0 now with SSL support
Liam.zip [11.02 KiB]
Downloaded 111 times
_________________ -- Brian ♠ ♥ ♣
|
| Wed Jan 30, 2008 8:08 am |
|
 |
|
cthu1hu
Moderator
Joined: Sun Dec 05, 2004 10:08 pm Posts: 778 Location: LA, US
|
 Re: Liam
Awesome, thanks tresni! Can't run it ATM. Must need the runtimes..
_________________ My blackbox styles
|
| Wed Jan 30, 2008 8:57 pm |
|
 |
|
sexyboy
BBAdult
Joined: Sat Dec 01, 2007 10:00 pm Posts: 24
|
 Re: Liam
Great release! But i need the runtimes too, i cant find them 
|
| Thu Jan 31, 2008 4:57 am |
|
 |
|
ashotz
BBWise
Joined: Thu Jan 03, 2008 7:44 am Posts: 70
|
 Re: Liam
Not 100 percent sure that these are the runtimes but in hopes of saving someone else time [link removed] hopefully they can confirm that these are them.
Last edited by tresni on Fri Feb 01, 2008 1:52 am, edited 1 time in total.
Link was to old runtimes, not sure if they are compatible, link now in release post
|
| Thu Jan 31, 2008 5:06 am |
|
 |
|
tresni
Site Admin
Joined: Sun Dec 05, 2004 8:59 pm Posts: 1316 Location: Boise, Idaho
|
 Re: Liam
Bump for runtime link in release post
_________________ -- Brian ♠ ♥ ♣
|
| Fri Feb 01, 2008 1:54 am |
|
 |
|
sexyboy
BBAdult
Joined: Sat Dec 01, 2007 10:00 pm Posts: 24
|
 Re: Liam
Thanks! I can load the plugin now! But i dont know how to configurate it  i read the instruccions in the ini file but i dont understand them so much haha, i need help!
|
| Fri Feb 01, 2008 3:49 am |
|
 |
|
tresni
Site Admin
Joined: Sun Dec 05, 2004 8:59 pm Posts: 1316 Location: Boise, Idaho
|
 Re: Liam
To get it to work all you really need to do is add an account, simply add a line such as: Code: mailbox type hostname port username password to your liam.ini (or bmail.rc) type can be one of imap, pop3, imaps for imap with SSL, or pop3s for pop3 with SSL. hostname should be the server name provided by your ISP or mail provider (gmail uses imap.gmail.com or pop.gmail.com) port is the port the connection should be made to. pop3 is normally 110, imap 143, pop3s 995, imaps 993. username is the username you use to check your mail (gmail uses username@gmail.com, my isp uses simply username) password is your password. Put it in quotes if it has spaces in it. An example would be: Code: mailbox imaps imap.gmail.com 993 someyoungguy@gmail.com somedumbpassword Reconfigure or reload liam and it should do the rest for ya itself.
_________________ -- Brian ♠ ♥ ♣
|
| Fri Feb 01, 2008 6:07 pm |
|
 |
|
ser VI
BBDinosaur
Joined: Thu Dec 09, 2004 5:18 pm Posts: 491
|
 Re: Liam
mailbox is mailbox 
|
| Fri Feb 01, 2008 7:20 pm |
|
 |
|
sexyboy
BBAdult
Joined: Sat Dec 01, 2007 10:00 pm Posts: 24
|
 Re: Liam
This is how i wrote it mailbox imaps imap.gmail.com 993 rodrigoddiaz@gmail.com mypassword It doesnt works. It seems like it doesnt reads the liam.ini file cuase i tried to modify the size, alphatrans and nothing change. I dont know why this is happens. It works on bbclean?
|
| Sat Feb 02, 2008 4:26 am |
|
 |
|
Zygzak
BBSage
Joined: Sun Dec 18, 2005 11:30 am Posts: 116
|
 Re: Liam
sexyboy wrote: It doesnt works. It seems like it doesnt reads the liam.ini file cuase i tried to modify the size, alphatrans and nothing change. I dont know why this is happens. It works on bbclean? /me too
|
| Sat Feb 02, 2008 10:15 am |
|
 |
|
tresni
Site Admin
Joined: Sun Dec 05, 2004 8:59 pm Posts: 1316 Location: Boise, Idaho
|
 Re: Liam
sexyboy wrote: It doesnt works. It seems like it doesnt reads the liam.ini file cuase i tried to modify the size, alphatrans and nothing change. I dont know why this is happens. It works on bbclean? Tested on xoblite and bb4blux. Will try on bbclean right now. [edit] It does not currently work on BBLean and those branches. I don't know why as all I did was try to load it, it loads but does not seem to read the liam.ini at all. I'll debug it later tonight as I'm headed out.
_________________ -- Brian ♠ ♥ ♣
|
| Sun Feb 03, 2008 1:56 am |
|
 |
|
tresni
Site Admin
Joined: Sun Dec 05, 2004 8:59 pm Posts: 1316 Location: Boise, Idaho
|
 Re: Liam
Okay, there is definitely something going on here. It works fine when I'm debugging it, reading the liam.ini from the same directory as the plugin, however, if I run it outside of the debugger I have to have the liam.ini in the same directory as blackbox.exe. Try that for now and tell me if that resolves the issue for you guys. I'll see if I can figure out why it's doing that on my end and get a new build out.
_________________ -- Brian ♠ ♥ ♣
|
| Sun Feb 03, 2008 2:45 am |
|
 |
|
sexyboy
BBAdult
Joined: Sat Dec 01, 2007 10:00 pm Posts: 24
|
 Re: Liam
It works putting the liam.ini in blackbox.exe folder. How i can set the x and y position? i move it arround with control + left click, but when i reload blackbox it resets his position to default
|
| Sun Feb 03, 2008 8:35 am |
|
 |
|
ser VI
BBDinosaur
Joined: Thu Dec 09, 2004 5:18 pm Posts: 491
|
 Re: Liam
No slit alternative?
|
| Sun Feb 03, 2008 3:10 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|