vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   WMail - a POP3/SMTP Webmailer for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=115597)

Hellcat 05-22-2006 08:06 PM

Check if the host where you run the forum blocks socket connections from PHP scripts.
Some do that....

Quote:

Originally Posted by rmxs
TOday without do to something (i restart only the sql server)
im get this
Uncached templates: webmail_mailbox (1)
Uncached templates: webmail_mailboxitem (3)

When did this happen?

Hellcat 05-22-2006 08:08 PM

Quote:

Originally Posted by MThornback
Apologies if someone reported this already....

In template webmail_settings
SMTP one is missing $ in front of it :)

Edit: I made a few cosmetic changes to the template besides...repositioned the buttons and added the paperclip image for attachments instead of the one you used....lemmie know if your interested in the alternative :)

Whooooops.... that $ slipped...
[high]* Hellcat fixes
[/high]

And yeah, I am definately interested in cosmetic enhacement :)

MThornback 05-22-2006 08:44 PM

The webmail_homepage template may or may not look funny...I was starting to toy with changing the layout a bit for it...and the changes I made are quick and dirty....the img url is right in the template rather than making a variable for it or anything like that...I widened the error that appears when there are no messages to view to make it equal with the controls at the bottom and centered the title and the error message itself

Another couple of suggestions I came across for you...for the address book:

making it possible to group contacts into a mailing list....

Administrators being able to have a list of contacts AND a list of user account addresses to save a trip to the ACP

Other suggestion:

Ability to save a draft....something reasonable like 5 per user? or customizable per group?

Hellcat 05-22-2006 08:51 PM

@MThornback:
Cool, will look at the template changes :)

For the other things:
Mailinglist: yep, had thought of that as well - must see how to implement that best
Admin: You're talking about the eMails of all register users?
Save as draft: I want to implement support for folders - saving as a draft could be easily put in there then....

MThornback 05-22-2006 09:27 PM

Mailing List....what I was thinking was being able to create a group...and have arrow buttons to move contacts into them and a copy contact button so it would like this in the contact list:

--Group Name
----Group Member
Contact

--Forum Staff
----Admin1
----SuperMod1
Jow Blow

Admin:
Yea, calling the username, real name & e-mail column from the user table

Save as draft: Cool :)


Another idea for you....

A Forum Junk mail list....let Admin's configure a list of junk accounts and domains...and maybe even have a "report" link that will give the link to Admin's to add to the list :)


I wish there was a user title for idea guy :p

Tralala 05-22-2006 09:33 PM

Quote:

Originally Posted by Hellcat
I updated the list of planned features:
  • Support for multiple config sets per user
    (and so multiple mailbox accounts that can be querried)
  • Sort mails into folders
  • User configurable filters (for automatically sorting mails into folders)
  • Preview of mailtext in inbox view (bellow subject)
  • Forward mails as PM / Forward PMs as mail
  • Reply to threads and PMs by mail
  • Give/Provide your members an own eMail adress and inbox on your forums!
    • Members can recieve and send mails as "username@forumdomain.tld" without the need for an own POP3 account anywhere
    • Admin only needs ONE "real" POP3 box as "catch all".

Holy moly these features sound absolutely incredible. Go, Hellcat, go!

MThornback 05-22-2006 09:34 PM

Quote:

Originally Posted by Tapiocapioca
I can't send mail!!

Error is: There has been an error while talking to your SMTP server!
Sessionlog follows:

Connection to smtp.spazioumts.org:25....failed: Connection refused

Under outlook express same account work!

I make a test account... Please test for me!!

User: wmailtest@spazioumts.org
Password: wmailtest
server: smtp.spazioumts.org

smtp required autentication

Sorry for my english!!!

Did you try both SMTP authentications? Plain and Login?

try re-importing the product (overwrite: yes)...I find sometimes that if I overwrite....little glitches disappear on their own :) ....may or may not work :confused:

Nj?rd Eriksson 05-23-2006 11:27 PM

When you update the software, please consider to encrypt the email passwords that are stored in the database

This is a serious security concern.

Hellcat 05-23-2006 11:54 PM

Quote:

Originally Posted by Nj?rd Eriksson
When you update the software, please consider to encrypt the email passwords that are stored in the database

This is a serious security concern.

Yes, that's something I want to implement ASAP.
However, since the passwords have to be accessible, there must be a decrypt function in the script - a hash would not work.
An admin who intentionally wants to get hold of the passwords could simply use the decrypt funtion to get them.

But during some chats on IM about this issue I got the following, I will definately build into one of the next updates (hopefully 1.0final):
Besides crypting login details in the database a user option to save the login details in a cookie on the local machine instead of saving them in the forum's database.

This (almost) eliminates the need to re-enter the login details everytime a user wants to use this, but also doesn't send it to anywhere else.
Only when the user uses another computer or the cookie gets deleted (on logout for instance) he has to re-enter the login details.

If the user trusts his admin(s) he can still let the login details be saved (in some way crypted to avoid "fly by" catching) in the forum's database to never have to enter them again.

dreck 05-23-2006 11:56 PM

Quote:

Originally Posted by Hellcat
I updated the list of planned features:
  • Support for multiple config sets per user
    (and so multiple mailbox accounts that can be querried)
  • Sort mails into folders
  • User configurable filters (for automatically sorting mails into folders)
  • Preview of mailtext in inbox view (bellow subject)
  • Forward mails as PM / Forward PMs as mail
  • Reply to threads and PMs by mail
  • Give/Provide your members an own eMail adress and inbox on your forums!
    • Members can recieve and send mails as "username@forumdomain.tld" without the need for an own POP3 account anywhere
    • Admin only needs ONE "real" POP3 box as "catch all".

Great! ;)
The wmail094rc4 updated fine & works great, Thanks!
Quote:

Originally Posted by Nj?rd Eriksson
When you update the software, please consider to encrypt the email passwords that are stored in the database

This is a serious security concern.

hmm

dreck 05-24-2006 12:03 AM

Quote:

Originally Posted by Hellcat
Yes, that's something I want to implement ASAP.
However, since the passwords have to be accessible, there must be a decrypt function in the script - a hash would not work.
An admin who intentionally wants to get hold of the passwords could simply use the decrypt funtion to get them.

But during some chats on IM about this issue I got the following, I will definately build into one of the next updates (hopefully 1.0final):
Besides crypting login details in the database a user option to save the login details in a cookie on the local machine instead of saving them in the forum's database.

This (almost) eliminates the need to re-enter the login details everytime a user wants to use this, but also doesn't send it to anywhere else.
Only when the user uses another computer or the cookie gets deleted (on logout for instance) he has to re-enter the login details.

If the user trusts his admin(s) he can still let the login details be saved (in some way crypted to avoid "fly by" catching) in the forum's database to never have to enter them again.

Yea the cookie idea is just fine with me. I think just having the email address & server info in the settings is just fine. Having to type in your password everytime is not that big of a deal. And users can always store their password in the local pc cookies.

Just my 2 cent


dreck

sybarites 05-24-2006 06:06 AM

Hi, I am very interested in this but is their anyway to give users their own email address which is their username@mydomain.com?

If so I am very interested

Thanks

Hellcat 05-24-2006 09:14 AM

Quote:

Originally Posted by sybarites
Hi, I am very interested in this but is their anyway to give users their own email address which is their username@mydomain.com?

If so I am very interested

Thanks

It's on the planned features list.

Snake 05-24-2006 06:58 PM

Quote:

Originally Posted by Hellcat
It's on the planned features list.

AH SWEET! That would be really great man! :D

BeaLzeBuB 05-24-2006 07:50 PM

workssss

click install

corn dog 05-24-2006 08:06 PM

Hmm. I seem to get an error everytime I try to send a message :-/

dreck 05-24-2006 10:10 PM

Quote:

Originally Posted by corn dog
Hmm. I seem to get an error everytime I try to send a message :-/

Double check your settings
make sure you typed in your email right.
name@google.com

kurtbarker 05-25-2006 01:05 AM

mate, you are a damn legend... this hack is absolute marvel... I spend so much time on my forum and having to log into cpanel seperately was a pain in the bum... THANKS :D

Shaliza 05-27-2006 09:21 AM

Amazing that you did this from scratch.

webgroup 05-27-2006 08:34 PM

any feature to add and admin pre-selected signature to all emails send by the system?

Like: Email send via or by FORUMNAME.TLD

Hellcat 05-27-2006 11:21 PM

Quote:

Originally Posted by webgroup
any feature to add and admin pre-selected signature to all emails send by the system?

Like: Email send via or by FORUMNAME.TLD

Something like that could easiely be implemented....
Will put it on my ToDo :)

sybarites 05-28-2006 10:56 PM

Any info on the next update?

Hellcat 05-28-2006 11:05 PM

Quote:

Originally Posted by sybarites
Any info on the next update?

I didn't much time for coding this week :(
But I have the next two :)

1.00 final is pretty near, should come within the next days.
I hope to find the cause for one or two remaining bugs, and like to implement the above mentioned option to store login details in a local cookie instead of the server and baybe some sort of (simple) encrytion of it.

Once that's done, I'll head straight to the new featues - already got some plans made up :)

dreck 05-29-2006 01:48 PM

Quote:

Originally Posted by Hellcat
I didn't much time for coding this week :(
But I have the next two :)

1.00 final is pretty near, should come within the next days.
I hope to find the cause for one or two remaining bugs, and like to implement the above mentioned option to store login details in a local cookie instead of the server and baybe some sort of (simple) encrytion of it.

Once that's done, I'll head straight to the new featues - already got some plans made up :)

nice :up: ;)

sybarites 05-29-2006 07:11 PM

What will 1.00 have?

PtP 05-29-2006 09:08 PM

Quote:

Originally Posted by sybarites
What will 1.00 have?

Not much more we hope, the idea of a final is to be bugfree as possible, not to be a release with lots of new features. ;)

Hellcat 05-29-2006 09:56 PM

Quote:

Originally Posted by PtP
Not much more we hope, the idea of a final is to be bugfree as possible, not to be a release with lots of new features. ;)

Yep!
You got the point! :)

1.00 will hopefully be pretty "clean" of bugs.

But like said a few posts above, I already got plans laid out for some of the bigger new features (mainly the "provide eMail address to forum users" thing) and I got quite some time to do the coding the next two weeks.
So, an update with new features will not take too long as well :)

I really want to get this going, it's my biggest mod for vB so far and I want it to become huge :bunny:

kurtbarker 05-30-2006 07:08 AM

hey mate, sorry if this has been covered, but I didn't wanna read 16 pages...

I loged in, and went to wmail.php and got a screen with no emails, so I clicked 'Get Mail' and they all appeared... that was strange... Am downloading an attachment and go back to the main wmail.php page, and am now getting this:
You have a total of -4 mails in your inbox,
that's 0 new mails since your last check.

and note, that with that above message, if I click 'Get Mail', or the link under that message to view the emails, there is nothing there

and i've done no changes since I last accessed, and can't seem to get my mail back :(

kurtbarker 05-30-2006 07:12 AM

ok, it's come back, but it's tempremental... as far as I know theres nothing wrong with the email server...

it is a possible bug?

Hellcat 05-30-2006 07:24 AM

I'm aware of that "-4" error - it's some kind of error/interuption during communication with the POP3 server.
I didn't find the exact cause for so far since - like you just saw - it comes and goes randomly....

sybarites 05-30-2006 11:21 AM

Excellent has anyone made a VB advance module yet?

kurtbarker 05-30-2006 11:27 AM

Quote:

Originally Posted by Hellcat
I'm aware of that "-4" error - it's some kind of error/interuption during communication with the POP3 server.
I didn't find the exact cause for so far since - like you just saw - it comes and goes randomly....

could it have anything to do with the timeout setting in wMail? with how busy the actual server is?

Hellcat 05-31-2006 01:24 AM

Quote:

Originally Posted by sybarites
Excellent has anyone made a VB advance module yet?

What would you like to have in there?

dreck 05-31-2006 11:27 AM

Quote:

Originally Posted by Hellcat
What would you like to have in there?

Maybe so users could see if they have mail or not from the home page? I might look into doing something like this.

Kurisu 06-01-2006 10:40 AM

Hmm it seems I am the only one getting this error, right?

Code:

Invalid SQL:
INSERT INTO forum_wmail_settings (userid, data) VALUES (1, 'a:6:{s:12:"mailsperpage";i:25;s:9:"sortorder";b:0;s:7:"timeout";i:30;s:12:"subjmaxchars";i:40;s:8:"pop3port";i:110;s:8:"smtpport";i:25;}');;

MySQL-Error : Duplicate entry '1' for key 1

This shows up when I try to access wmail.php.

redlabour 06-01-2006 02:34 PM

Hi,

see Attachment. ;)

@Hellcat - i think it is ready to be added to the Package. ;)

sybarites 06-03-2006 12:25 PM

Any news on the release date?

Guest210212002 06-03-2006 01:10 PM

/me nominates this for HoTM.

sybarites 06-03-2006 07:12 PM

How do I nominate?

MissKalunji 06-03-2006 08:19 PM

right under report this modification u should see : nominiate....?


All times are GMT. The time now is 07:46 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.01791 seconds
  • Memory Usage 1,840KB
  • 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
  • (1)bbcode_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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