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 |
#22
|
|||
|
|||
Quote:
Quote:
The only thing that gets stored to the local database is the message ID for all unread messages to be able to handle the read/unread markings. |
#23
|
|||
|
|||
hey mate, I will be restricting access to the webmail client to paying club members, is there any way I can only show the webmail link in 'UserCP' / 'Quick Links' to a specific usergroup?
|
#24
|
|||
|
|||
Hmm.... the links are currently added for any user....
You CAN specify who may use it in the usergroupmanager, all others get the "no permission" message. Could be used to inspire ppl to become paying members I could add a check for the link insertion if the user may actually use it and not add the links when he has no permission.... yes that could be done |
#25
|
|||
|
|||
thanks mate. I feel that the standard 'no permission' message is messy, doesn't really give a reason, and could be seen as an 'error' as such...
if you could look into it, that'll be great, thanks |
#26
|
|||
|
|||
@kurtbarker:
Here's a quick "hack" for you: Go to the plugin manager and open this plugin to edit it: "Template Manipulation (Add WMail Links)" At the very top, before anything else, add this: Code:
if ($permissions['wmailpermissions'] & $vbulletin->bf_ugp['wmailpermissions']['canusewebmail']) { // only add the links when the user actually use the webmailer Code:
} I will include this in the next release and also make an admin option to choose between "Always add links" and "Only add links for users who have permission" |
#27
|
||||
|
||||
Quote:
|
#28
|
|||
|
|||
Quote:
But on the other hand, an untrustworthy admin who want's to see those can get at them even when they are encrypted since the decryption code has to be in the script as well - hashing only will not work because the PW has to be retrieved to be sent to the mailserver.... But I'm open for ANY suggestions here! |
#29
|
|||
|
|||
thanks Hellcat, haven't installed yet, but will be doing so tonight for sure, thanks for the support, i'll let you know how it goes
|
#30
|
||||
|
||||
Don't have an idea for that my coding skills are 0
But found a bug (?) The first 98 mails are showing correctly, after sometimes there's only the date and size visible (screenshot). |
#31
|
|||
|
|||
Hmm, weird thing.... that can happen when the connection to the POP3 server breaks up while getting the mail headers....
I should add some kind of handling of that.... at least some sort of notice that something went wrong there. Did you change the server timeout? If so, try raising it again. I'll definately add something for this situation! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|