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 |
#102
|
|||
|
|||
Quote:
Is it not possible to use PHP to send the email rather than SMTP? Just wondering. Cheers. |
#103
|
|||
|
|||
Using PHP's mail() function has a downside for this:
It sends the mail over YOUR server. Depending on your config your server won't allow that and some more problems that might arise. Using the IMAP function has the (IMO mayor) downside of needing the IMAP libraries compiled into PHP (not everyone has those, incl. me ) [EDIT] I just found a detailed example "dialog" Mail-Client <-> SMTP-Server on Wikipedia. Perfect, now I can modify my "LOGIN" auth method based on this. The "LOGIN" auth method is the one we need! And it's almost correctely implemented, I just need to send a "EHLO" instead of a "HELO" at the beginning. Yay, [high]* Hellcat checks....[/high] |
#104
|
||||
|
||||
Updated and still having the same auth problems ..
|
#105
|
|||
|
|||
Quote:
I think we're closing in |
#106
|
||||
|
||||
Get ERROR
Code:
Database error in vBulletin 3.5.4: Invalid SQL: SELECT data FROM wmail_settings WHERE userid=0; MySQL Error : Table 'dachowe_forums.wmail_settings' doesn't exist Error Number : 1146 Date : Tuesday, May 16th 2006 @ 02:13:47 PM Script : http://forums.dacho.co.il/admincp/wmail_admin_global.php Referrer : http://forums.dacho.co.il/admincp/index.php?do=nav IP Address : 84.108.68.127 Username : admin Classname : vb_database |
#107
|
|||
|
|||
- Go to the product manager and choose "edit" for WMail.
- Delete out everything in the "Uninstall code". - Uninstall the product (should go without errors after the delete) - Re-Import the product .XML - now all tables should be created as required. I am about to upload another update, where the install/uninstall code is patched again, so the uninstall doesn't give any errors anymore. So a simple uninstall/reinstall now does the trick with rc2pl2.... hopefully.... [edit] can some1 with the SMTP issue try out the attached wmail.php and see if there's anything different now.... |
#108
|
||||
|
||||
So Hellcat, when do you think you are going to release the Final version? Do you have any idea?
|
#109
|
|||
|
|||
Quote:
|
#110
|
|||
|
|||
Quote:
|
#111
|
|||
|
|||
Quote:
I hope to get it working this week.... a 1.0 final by the weekend would be nice.... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|