Welcome Guest, Not a member yet? Register   Sign In
POP3/SMTP library, converted from fMailbox (Flourish framework)
#11

[eluser]wbond[/eluser]
@steelaz

There is an updated version of fMailbox (v1.0.0b5) available at http://flourishlib.com/browser/fMailbox.php.
#12

[eluser]hsl[/eluser]
@wbond

I'm using the version steelaz posted, but I can't connect to gmail on my ubuntu server (but I can when using it locally on my MacBook Pro),
Do you know why that could be?

I'm using SVN so the local version and the remote version are completely identical.

:-)

Harold
#13

[eluser]Clooner[/eluser]
Just what I needed for a new project Big Grin
#14

[eluser]wbond[/eluser]
@hsl

What version are you running? I think there has been at least one fix since steelaz customized it. I know he changed it somehow to make into some sort of CI plugin, but I don't know exactly what changed.

Also, have you tried calling ->enableDebugging(TRUE)? It will print out everything being sent to the server plus all responses.
#15

[eluser]hsl[/eluser]
[quote author="wbond" date="1281738829"]have you tried calling ->enableDebugging(TRUE)? It will print out everything being sent to the server plus all responses.[/quote]
Yeah, I've put in the beginning of the controller,.. but it prints nothing.

and i'm using the version that's in the first post of this topic.

update:

Code:
var_dump( $this->mailbox->enableDebugging(TRUE) );
gives me NULL as result.
#16

[eluser]wbond[/eluser]
@hsl

As a first step, I would recommend trying the latest version of fMailbox from http://flourishlib.com/docs/AdvancedDownload. There are some dependencies, and my guess is that steelaz converted version doesn't have the fCore class that is used for debugging.

Also, as I mentioned in a previous post to this thread, a new version of fMailbox has been released that fixed a number of bugs. To my knowledge, this updated version has not been ported by steelaz to a CI plugin.

If the latest version works, then it should be possible to replicate what steelaz did to turn it into a plugin.
#17

[eluser]hsl[/eluser]
I tried to implement the latest version, but it's quite tricky with all the dependencies, I tried to convert it to a CI plugin, but it didn't really work.
I think the latest version is going to work, it's probably a SSL cert which is going wrong with gmail.

I'll look into it tomorrow again,.. now it's time to drink beer in downtown amsterdam Tongue
#18

[eluser]steelaz[/eluser]
Hi hsl, wbond is correct, I haven't implemented latest fMailbox revision, maybe I'll do it over the weekend. Most likely the code on your Ubuntu box doesn't work because you are missing some PHP extension (SSL perhaps?).

I removed the need for fCore and fException classes (Flourish libraries) by replacing exceptions and logging with CodeIgniter's native (not necessarily better) show_error() and log_message() functions.
#19

[eluser]hsl[/eluser]
It looks like I upgraded it completely:

CI version Mailbox 1.0.0b6

But still have the same problem.
OpenSSL is installed, anyone has a clue what could be the problem?
#20

[eluser]hsl[/eluser]
@wbond @steelaz, can you see if my server is the problem?

phpinfo link




Theme © iAndrew 2016 - Forum software by © MyBB