The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WMail - a POP3/SMTP Webmailer for vBulletin Details »» | |||||||||||||||||||||||||||
WMail - a POP3/SMTP Webmailer for vBulletin
Developer Last Online: Apr 2014
What is this?
--------------- WMail is a "webmail client" - a front end, like a mail tool installed locally on your PC, for using POP3/SMTP mailboxes. In short: WMail adds POP3/SMTP access to vBulletin. A live demo can currentliy be found on my testing board here: http://vbdev.area-42.net/wmail.php Key features:
Planned features:
Installation -------------- Level : EASY Duration : a minute or so Files to upload : yes (11) Products to import : yes (1) Templates to edit : usually none ChangeLog =========== 1.00 - first final release
The login details are only base64 encoded when stored in the database. A more secure encryption would make no sense anyway, the login details must be decrypted to be passed to the POP3/SMTP server - one well placed line of additional code in the POP3 or SMTP class could save the decrypted info anywhere the admin likes. This "encoding" is only meant to prevent login details to be read (in plaintext) when doing maintanance to the database and stepping over it. For fully securing the login details the "Save in cookie" option has been added. Known Issues:
(more changelog entries in the readme) ____________________ This vBulletin extension is FREE! Be welcome to download and use it. However, if you feel like supporting further development any donation is appreciated :bunny: Show Your Support
|
Comments |
#202
|
|||
|
|||
Check if the host where you run the forum blocks socket connections from PHP scripts.
Some do that.... Quote:
|
#203
|
|||
|
|||
Quote:
[high]* Hellcat fixes [/high] And yeah, I am definately interested in cosmetic enhacement |
#204
|
|||
|
|||
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? |
#205
|
|||
|
|||
@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.... |
#206
|
|||
|
|||
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 |
#207
|
||||
|
||||
Quote:
|
#208
|
|||
|
|||
Quote:
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 |
#209
|
|||
|
|||
When you update the software, please consider to encrypt the email passwords that are stored in the database
This is a serious security concern. |
#210
|
|||
|
|||
Quote:
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. |
#211
|
||||
|
||||
Quote:
The wmail094rc4 updated fine & works great, Thanks! Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|