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)

jbear6 03-25-2003 07:43 PM

Ahhh, the Doc is indeed a man of many hats :)
Installed, and working great! Could this be considered "low tech virus protection" because it is web based?

Thanks Again,
Jbear6

msimplay 03-25-2003 07:54 PM

one of the best hacks ever and also one of the easiest
i wonder if they could add a proper Outlook type pop3 email interface built into the pm system would be great to Vb3
i will post this at Vbulletin.com aswell see what they think :D

cirisme 03-25-2003 08:39 PM

To prevent abuse, I would like to add an IP address of the sender to the header of the email being sent. What variable do I need to make that happen?

Boofo 03-25-2003 08:47 PM

Quote:

Today at 01:26 PM Smoothie said this in Post #67
after logging in to a mail server which requires username@.com, it shows this,
admin@macfora.com@macfora.com and when relpying to a message that shows in the from field.


Smoothie, how did you get it working? ;)

cirisme 03-25-2003 08:50 PM

Ha! I just figured it out.

Sorry, I'm a Perl geek, not a PHP geek. :D

If you want to add it to your email system, find

Code:

if ($bcc) $head.="BCC: $bcc\n";
and add below it....

Code:

$head.="REMOTEIP: $REMOTE_ADDR\n";
I hope Erwin doesn't mind. I also did not know what the standard for IP addresses in email headers was, so I just used REMOTEIP.

BTW, great hack!

Erwin 03-25-2003 09:04 PM

Quote:

Today at 07:00 AM bandersen said this in Post #69
Installed - great idea...

I get this error:
Fatal error: Call to undefined function: imap_open() in ..../forums/upload/email.php on line 601

Update:

Just realized what Slynderdale posted as well:

To use this hack these are the requirements:

Requirements:

1) This hack requires PHP 4 or higher on your server.

2) This hack requires you to have IMAP support compiled with PHP on your server. If you get a error like "imap_open undefined function", then you dont have IMAP support. Sorry!


If you don't have IMAP compiled, then this hack won't work, as you the IMAP function will cause an error. I apologize for this.

Erwin 03-25-2003 09:07 PM

Quote:

Today at 06:02 AM Smoothie said this in Post #66
Clicking delete message gives me this;
PHP Code:

WarningBad message number in /home/virtual/site2/fst/var/www/html/forums/email.php on line 280 


Delete works fine for me. I can delete a single or multiple emails on the INBOX screen, or delete the email I am reading - no error messages.

You may be trying to delete a message that was already deleted - hence the bad message number error.

Erwin 03-25-2003 09:22 PM

Quote:

Today at 02:51 AM amykhar said this in Post #54
Just off the top of my head, it looks like that might be because I didn't attach a file?
Doesn't happen to me.

Make sure you don't try to put a non-existent attachment in. Leave the attachment text box blank and emails are send normally. Otherwise, attachments work.

Make sure you have the latest PHP version, and IMAP is compiled.

As for making this beta - it is not beta. It works, just not for all servers. :)

Erwin 03-25-2003 09:24 PM

Quote:

Today at 04:26 AM Oricon said this in Post #60
Does this keep the email on my server?
No, the emails remain on your mail server, not on your forum server.

amykhar 03-25-2003 09:43 PM

Quote:

Today at 06:22 PM Erwin said this in Post #78



Make sure you don't try to put a non-existent attachment in. Leave the attachment text box blank and emails are send normally. Otherwise, attachments work.

Make sure you have the latest PHP version, and IMAP is compiled.

Didn't touch the attachment field at all. Put in subject "test" and message "test" and hit send.

As you can see from my phpinfo , Imap is enabled and the version is 4.1.1.

Amy


All times are GMT. The time now is 08:57 AM.

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.01213 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (6)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