Log in

View Full Version : vBulletin POP3 / IMAP Email Client for vB3 - Web-based access to POP email accounts!


Pages : 1 [2]

Snake
06-13-2005, 01:09 PM
That is great. :D

Sovereign
07-11-2005, 02:46 AM
Fatal error: Call to undefined function: globalize() in /home/alliance/public_html/vb/email.php on line 23 is what I get. It worked two weeks ago. Great hack, by the way. Very useful. Now if I could make it work...

SVTBlackLight01
07-11-2005, 11:01 PM
I've started getting this error:

Warning: imap_headerinfo(): Bad message number in /email.php on line 373

Any ideas? :confused:

MThornback
07-12-2005, 03:49 AM
*installed*

The only way it seems to work on our server is to set the domain name for the user and set the service to POP3....IMAP just freezes....but POP loads like a dream :)

Great Hack!

csidlernet
07-20-2005, 08:41 AM
thanks this looks cool.

Neal-UK
07-25-2005, 08:34 PM
thanks this looks cool.

Is there a way this can be complied for a website that doesn't have vb installed? I used to have this on vb but I had to change companies and now I can only have 5 pop3 accounts. So, i have registered a new domain ending in .net but this is hosted by a different comapany. The new one doesn't have the IMAP whatever so it wont work anymore on my forum.

I have given some members e-mails ending in .net but now I need to add a modified email.php script to my new server that does not have vb installed on it.

Cossa
08-17-2005, 03:47 PM
Does this work in 3.5?

I get the following error:
Fatal error: Call to undefined function: globalize() in /home/t54/public_html/forum/email.php on line 23

eljeffe
08-21-2005, 09:07 PM
I've started getting this error:

Warning: imap_headerinfo(): Bad message number in /email.php on line 373

Any ideas? :confused:

I'm getting the same thing.

I'm running 3.0.8

Snake
08-24-2005, 10:06 AM
I'm running on 3.5 RC2 but this hack ain't working. :(

Andreas
08-24-2005, 10:07 AM
Maybe because this is a vBulletin 3.0 Hack?

Snake
08-24-2005, 11:43 AM
Excatly. I am looking for a version 3.5 of this hack PLEASE. :(

Andreas
08-24-2005, 11:56 AM
Then ask Erwin if he is going to port it :)

Snake
08-24-2005, 12:35 PM
Well he can reply back to this thread but whatever I'll drop him a PM.

eljeffe
09-14-2005, 05:02 AM
Erwin,

For some servers it seems to work perfectly. For others, I am getting a "Unable to login with the information you entered. Please login again." error. I know I am using the right information because other mail clients log in just fine with it.

Do you have a debug mode or anything that might show more messages so I can diagnose this problem? Do you have any suggestions or ideas why we are encountering this problem?

Thanks in advance,

Jeff

lionslair
09-16-2005, 08:32 AM
This is great thanks

Creed
09-22-2005, 01:02 AM
Hrmn, there doesn't seem to be anything that wouldn't work with 3.5, as this actually has almost nothing to do with the actual vB itself. This is basically standalone with the options to integrate, however I haven't been able to get it to work with 3.5 yet either. I'm gonna PM Erwin to see if he is up for releasing a 3.5 version :)

Ok, I've edited mine to work with v3.5, unfortunately mine is edited so I could take the time to edit the original to update to work with v3.5 which I may do later. However...I have another problem I need to fix first (not related to the script).

PennylessZ28
09-27-2005, 10:22 PM
Fatal error: Cannot re-assign $this in /home/neocort2/public_html/email.php on line 120


any ideas?


No idea. :)


I have the solution to this problem. $this seems to popup alot in vb if you are using php5.

This "feature" was undocumented in PHP4 and was never intended to work.

For background on why support for reassigning $this was dropped, take a
look at http://news.php.net ( php.internals mailing list in particular )
or the ZendEngine2 mailing list which is archived at
http://www.zend.com

But here is how you can fix this, my host is using Php5 and I got the same problem.

Fatal error: Cannot re-assign $this in /email.php on line 120

Go to line 120:

It should look like this:

if (is_array($num)) $this=$num[$i]; else $this=$num;

Replace it with this

if (is_array($num)) $this->$num[$i]; else $this->$num;

replacing the = with -> will correct this problem in most cases using PHP5.

:nervous: Hope this helps.

PennylessZ28
09-27-2005, 10:26 PM
Also, is there a way I can program this so everyone is using the same mail server? Like so they don't have to fill it out all the time?

Creed
09-28-2005, 12:45 AM
Ok, I've ran into a new problem... I'm getting this:

Warning: imap_open(): Couldn't open stream {xxx.xxx.com:110/pop3}INBOX in /email.php on line 683


Now, I'm hoping to shed some light on the 3.5 issue, as this line is unchanged from the port I made from the 3.0.x version that is working without issue.

dreck
09-30-2005, 07:15 PM
Creed did you get this working with 3.5?

Creed
09-30-2005, 08:34 PM
Nope, still having that same issue as noted in my last post. I'm not sure exactly what its not sending to the server =/ I'm so close too :)

Snake
10-01-2005, 03:41 PM
The best way is to PM Zachery. He might reply back to you with a solution to fix the issue you're having.

dreck
10-08-2005, 04:50 PM
Anyone got this working for 3.5 yet?

I get this error:
Fatal error: Call to undefined function: globalize() in /home/thisdarn/public_html/vb/email.php on line 23

Thanks, dreck

Snake
10-08-2005, 04:57 PM
Nah, I've tried to run it on 3.5 Gold but it looks like it doesn't want to work. We gotta wait for the author to update the hack.

funfone
11-16-2005, 08:08 AM
I would like this back too for 3.5 and news anyone :(

djjeffa
12-17-2005, 12:38 AM
bump?

Smiry Kin's
12-17-2005, 02:44 AM
Hi,

im getting error
Fatal error: Call to undefined function: globalize() in /home/******/public_html/email.php on line 2

djjeffa
12-17-2005, 06:07 PM
Hi,

im getting error
Fatal error: Call to undefined function: globalize() in /home/******/public_html/email.php on line 2

it dont work for 3.5.
Im hoping someone will port it.

Zia
12-19-2005, 07:46 AM
its really an amaging thingie ..really...
but does it support vb3.5.2 ?

docvader
12-26-2005, 02:05 AM
its really an amaging thingie ..really...
but does it support vb3.5.2 ?

Doesn't work in 3.52, which is a shame. Erwin, you gonna create a new masterpiece for those of us who upgraded?

rich

CH3
12-29-2005, 04:37 AM
hm i tried to do some changes for the 3.5 :) but it wouldnt run :(
i couldnt login...

fusiongoddess
01-01-2006, 11:21 PM
I would like to see this for 3.5.2 as well! :)

Snake
01-02-2006, 07:00 AM
Hey don't you forget about me, either. :D

BMoel
01-02-2006, 11:35 PM
:ermm: How exactly do I link to the email.php file? Is that through VB in the forums manager under 'link to url'?

Does this file work for VB 3.5x?

Thanks

Elfo King
01-06-2006, 09:38 AM
Hi All.....but...the attachment work?
I try more time to attach any file type...but are not present on reiceved email.
U can help me ?

BMoel
01-16-2006, 09:22 PM
"Upload email.php into your forums directory, link to it, and you've got an instant web-based POP3/ IMAP email interface in your forums!"

I'm new at this so pardon my question. I uploaded the email.php file to my forums directory. How exactly do I 'link' to it?

Once that is accomplished, how do I configure and execute it?

Thanks in advance for your replies.

BobbiX
01-25-2006, 11:49 AM
Well, I changed most parts required for the script to run under vb 3.5.x ... I can login now, but some of the inner parts are not working yet - I'll see what I can do about that and post the modified email.php once I'm finished.

Bobbi

BMoel
01-25-2006, 03:13 PM
Thanks for keeping me in the loop. I'm looking forward the seeing your progress. Again, thank you for your effort.

Guest210212002
01-25-2006, 03:53 PM
If this is released for 3.5, I will be a happy guy. :D

Patria
02-06-2006, 09:02 PM
Is there a vB 3.5.x release of this modification available or could anybody recommend something simliar?

Thanks in advance! :)

Erwin
02-09-2006, 04:38 AM
I've ported this - it's working more or less, with 1 or 2 bugs here and there. I will post it once I work them out. In the meantime, if someone else figures out the bugs first, that's fine too. :)

tlp000999
02-12-2006, 07:23 PM
Is the ported 3.5.x version available yet?

Snake
02-13-2006, 12:30 PM
Have you read the post above yours yet?

Erwin
02-13-2006, 10:27 PM
I'm getting some weird errors, but the hack itself works. I may post a beta version at some stage...

docvader
02-13-2006, 10:41 PM
Thanks Erwin. Looking forward to it. Nice to see you back.

Snake
02-14-2006, 09:02 AM
I'm getting some weird errors, but the hack itself works. I may post a beta version at some stage...

Thanks, that's a great news for me today! :)

pete_brady
02-25-2006, 06:52 PM
looking forward to getting this up and running again - was pretty popular on 3.x

Killsparer
03-03-2006, 10:50 PM
Any news about the version for 3.5 ?

Roms
03-04-2006, 01:38 AM
I've ported this - it's working more or less, with 1 or 2 bugs here and there. I will post it once I work them out. In the meantime, if someone else figures out the bugs first, that's fine too.

Looking forward to getting this, it's a great hack!

Cheers :)

COBRAws
03-06-2006, 02:46 PM
I'm getting some weird errors, but the hack itself works. I may post a beta version at some stage...

I can't wait pal :D

DjTaz
03-28-2006, 04:07 AM
Still having trouble with no return sender with this hack.

While I'm composing the message, my user name shows up in the "From" box, like the first picture attached.

However, when I send it to my test gmail account, the message I receive is from "Unknown Sender", and the "Reply To" box is empty, like in pictures 2 and 3.

If I change to this...:
//You can allow or disallow users from changing the FROM email address by switching this to 0 for no or 1 for yes
$allowfromchange = "1";

...the hack works perfectly and my user name shows up in the test email "From" box, and is also in the "Reply To" box.
Which is perfect, except I do not want the other users to have the ability to change the "From" to an admin or mods nick and pass off the email as coming from someoene else.
I also do not want the users to have email being sent from "Unknown Sender" though.

If I switch it back to "0" however, I again get an email from "Unknown Sender" and the "Reply To" box is empty.

I know I can also change the third option to have myself as the only one allowed to change the "From" variable, however again, I don't want the other user's having emails sent from "Unknown Sender's".

Anybody have any ideas?
I really like this hack, but need to configure it properly.


I was having the same issues as you with the UNKNOWN SENDER so i took a look around and may have got lucky.

around line 672(ish- ive hacked mine a lot at this stage )

elseif ($CMD=="send")
{
$head="From: $fr\n";


change to

elseif ($CMD=="send")
{
$loginmail=strtolower($bbuserinfo[username])."@yourdomain.com";
$head="From: $loginmail\n";



This seemed to fix the issue of the senders name not showing up though im not sure if it had any adverse effect on things as i havent tested it enough yet.
I was busy working on automating each new user getting an e-mail account as soon as they log in and i have that sorted now as well (to a degree anyway)

dreck
03-28-2006, 11:12 AM
I'm getting some weird errors, but the hack itself works. I may post a beta version at some stage...nice, looking forward to it!

DjTaz
03-29-2006, 09:51 AM
Brillint hack - this is ALMOST perfectly what i wanted.

I have integrated this into my site in such a way that as soon as members sign up to my site they get an e-mail address with thier username and my domain as their email (username@mydomain.com) - this is the only e-mail they can access from my site and i have limited each account to 1 meg.

What i would love is a few things really if anyone has any ideas

1. Can i display if they have new mail on the main pages on the site (say forum home).
2. Can i show a SENT folder for the mails they have sent , like most mailboxes ?
3. Possibility of a contacts page
4. If a message has been viewed , it displays as OLD and if not NEW

I think this would be perfect if i could get them things as well.

dreck
04-15-2006, 10:29 PM
did anyone get this to work with 3.5?

DjTaz
04-16-2006, 10:00 AM
I eventually ended up uninstalling this script. Not because it was bad or caused any problems , but because i decided to install squirrelmail as a full mail system instead.

I had to hack it a lot to get rid of the frames (ended up just hiding it and adding menus to the right frame), but i now have what i want with the contacts and everything else.

For those who are looking for a version for 3.5 - why not take a look at an existing mailbox system and try to integrate that into your site ?
I have a page now on mine that sends the info i need for the mailbox from the boards which makes it run quite smoothly in all.

Patria
06-21-2006, 08:31 PM
Another option represents WMail (https://vborg.vbsupport.ru/showthread.php?t=115597).

dreck
06-22-2006, 01:26 AM
Another option represents WMail (https://vborg.vbsupport.ru/showthread.php?t=115597).Yep, I installed wmail few weeks ago, works great! :banana:

yahoooh
09-22-2007, 05:06 PM
is there new version for 3.6.8?
this hack is greeat addition for our forum

Fabsboards
05-09-2008, 05:18 AM
Does this work with 3.7.0 Gold?

If not....

Google now offers "Gmail for your domains". Free IMAP email

Problem - I hate Gmail's web interface. I want something integrated with vb.

Are there any modules that will give me this capability?

fdv
05-09-2008, 11:31 AM
I have installed it, but :

Fatal error: Cannot re-assign $this in /var/www/gex/lrtiki.info/web/forum/email.php on line 120