vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB POP3 / IMAP Email Client 1.4 - Web-based access to POP email accounts (https://vborg.vbsupport.ru/showthread.php?t=50783)

vB-Host.com 04-20-2003 11:14 AM

Great! Thanks for the heads up Gruntie!

:Judge: 05-01-2003 02:14 AM

Quote:

Fatal error: Call to undefined function: imap_open() in /home/judge/public_html/forums/email.php on line 618


EDIT: I guess I do not have IMAP now maybe?

vB-Host.com 05-01-2003 02:56 AM

[QUOTE]
Quote:

Fatal error: Call to undefined function: imap_open() in /home/judge/public_html/forums/email.php on line 618

Any idea what this may be?
The error is because your server you are hosting on does not support IMAP....

:Judge: 05-01-2003 02:59 AM

Yeah I thought that was it, I missed the one post where someone else had the same error.

Contacted server and IMAP should be good to go in about 30 mins.

Thank you for the quick reply :D

vB-Host.com 05-01-2003 03:03 AM

Quote:

Today at 08:59 PM :Judge: said this in Post #214
Yeah I thought that was it, I missed the one post where someone else had the same error.

Contacted server and IMAP should be good to go in about 30 mins.

Thank you for the quick reply :D

no prob :banana:

Myself and a few customers are using it.. It is pretty cool... It's not hivemail.. but again it's free ;)

TMM 05-01-2003 03:08 PM

Nice hack...

Sure Hivemail seems nice, but for those offering POP e-mail or planning too, this should be great!

Thanks...

gmarik 05-02-2003 05:15 AM

So is it for only one account or can I have several users for it?
Can it be interated with HiveMail, have you thought about it?

bart 05-07-2003 11:03 PM

The open-stream-error:

Ik took me some hours to figure it out, but this seems to be the solution:

$MAILSERVER="{my.server.com:143/imap/notls}INBOX";

or

$MAILSERVER="{pop.server.com:143/pop3/notls}INBOX";

$mbox = imap_open ($MAILSERVER, "username", "password");

Then, it works!!!

It happens when you use a self-signed certificate. The notls-thing tells it not to check for it.

Hope this will lead to a new version?

Jim Mayhugh 05-08-2003 06:56 PM

I run a number of qmail servers that are set up with virtual accounts. In order to access the account, you have to enter the full e-mail address, ie mymail@mymail.com as the username, as well as the server address. This causes the address in the "From:" header and a few other places to show up as mymail@mymail.com@mymail.com.

Here's how to correct that:

1) Look for:

//CHANGE SETTINGS ABOVE//

Below it add:

$email_regular_expression="^([-!#\$%&'*+./0-9=?A-Z^_`a-z{|}~ ])+@([-!#\$%&'*+/0-9=?A-Z^_`a-z{|}~ ]+\\.)+[a-zA-Z]{2,4}\$";


2) Replace

if ($session_username) $errormessage .= " - ".$session_username."@".$session_server;

with


if (eregi($email_regular_expression, $session_username))
{
if ($session_username) $errormessage .= " - ".$session_username;
}
else
{
if ($session_username) $errormessage .= " - ".$session_username."@".$session_server;
}



3) For each single line occurence of
$generated=$session_username."@".$session_server;

(there are two), replace it with

if (eregi($email_regular_expression, $session_username))
{
$generated=$session_username;
}
else
{
$generated=$session_username."@".$session_server;
}


That should take care of it.

allan grossman 06-12-2003 12:13 AM

Quote:

04-01-03 at 08:41 AM D|ver said this in Post #170
wow what a great hack :)

but i get always this error message:


does anybody know, what i can do know ?

imap is installed and configured with php

I get almost exactly the same error but on line 618:

Warning: Couldn't open stream {pointbeing.com:110/pop3}INBOX in /usr/www/bassforum/email.php on line 618

I own the mail and web server. Neither pop3 nor IMAP work. IMAP is compiled into php (Squirrelmail runs flawlessly) username, password and mail server are correct. vB version is 2.3.0

Any ideas? I just downloaded and installed this about half an hour ago so I'm pretty sure it's the current version :)


All times are GMT. The time now is 12:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01327 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete