The obvious: Getting mailbox content, reading mails from every POP3 mailbox and sending mails through any SMTP server (configurable in the user options)
written from scratch, spezificially to be used with vBulletin 3.5.x - not a port of something
fully phrased and templated down to the last bit
Full multipart support for downloading (and sending) attachments
When reading mail the mail text is parsed for BB-Codes, so you get the graphical smillies from the forum, text formatting and URLs automatically become clickable links
When replying to, or forwarding, mail the text of the original mail is quoted, propper quotemarks are added and a quote-header is added (customizable via template)
various options for admin and users to customize the webmail client
Does NOT require any special modules to be compiled into your PHP installation (like the IMAP libraries)
(for techies: this uses basic socket connections instead of special PHP function calls)
Admin can override certain aspects of the user config (forcing to use a given mailserver, force using forum email address and such)
Write your mails using vB's WYSIWYG editor
buildin (yet simple) addressbook for your E-Mail contacts
Read/Unread markings - unread mails are highlighted, options for "mark selected read", "mark all read" and "mark selected unread"
custom hooks to make it easy to develop addons for it
automatically adds links to the webmailer in "Quick Links" menu, navbar and UserCP. Usualy no template edits needed when using default ones (can be disabled for each link in admin options)
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".
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
Fixed some minor bugs
Login details are no longer stored as plain text in the database (*see note bellow!)
Added option to save login details in a cookie on the users local computer instead of storing them in the forum's database
* Note on storing the login details in the database:
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:
On some installations mass deletion of mails (via "Delete Selected" from the inbox view) does not delete all mails
Sometimes you get "-4 mails in inbox" - reloading the page then shows the correct inbox again
Besides of those two issues, that do not really break the function of the webmailer, it seemed to run pretty stable so far - that's why I decided to release 1.00 without having them resolved.
(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
This modification may not be copied, reproduced or published elsewhere without author's permission.
Hmm. I updated using the new zip, and now it is no longer working:
Code:
Connection to smtpout.secureserver.net:25....
Rcvd: 220 smtpout10-04.prod.mesa1.secureserver.net ESMTP
Sent: helo localhost
Rcvd: 250 smtpout10-04.prod.mesa1.secureserver.net
Sent: MAIL FROM:adrian@sportbikesite.com
Rcvd: 250 Sender accepted.
Sent: RCPT TO:bucky@sportbikesite.com
Rcvd: 553 Sorry, that domain isn't in my list of allowed rcpthosts.
Sent: DATA
Rcvd: 503 You must send RCPT TO: first
Sent: QUIT
Rcvd: 221 Good bye.
Rcvd:
Hmm. I updated using the new zip, and now it is no longer working:
You must re-enter your login details for the POP3/SMTP servers, since ther has been a change.
If you still have the plaintext login details in your DB the decoding fails.
Go to settings, re-enter username, password, save and try again.
Quote:
Originally Posted by redlabour
The german Language File for the User Frontend is still working.
There are two new phrases since the last RC - those should be added
You must re-enter your login details for the POP3/SMTP servers, since ther has been a change.
If you still have the plaintext login details in your DB the decoding fails.
Go to settings, re-enter username, password, save and try again.
:surprised: Still no worky. I am receiving mail in the account, but I can't send mail. I even set up another account and double checked the smtp route with no luck. When I uninstalled and tried going back to the old zip the error still existed. I am going to go get some sleep and hope that I wake up with a fresh idea.
:surprised: Still no worky. I am receiving mail in the account, but I can't send mail. I even set up another account and double checked the smtp route with no luck. When I uninstalled and tried going back to the old zip the error still existed. I am going to go get some sleep and hope that I wake up with a fresh idea.
Uninstall/Reinstall?
I think I got it - another issue I should address in the next update :nervous:
Go to your AdminCP -> WMail Options -> Global Settings
Check the "NO OVERRIDE" for SMTP-Auth, hit "save".
Now go to your User Settings again, set the appropriate auth type for your SMTP server (login or plain), hit "save" again.
NOW it should work.
That's definately something I have to change, that as long as the admin didn't choose a thing it should use "NO OVERRIDE"....
[high]* Hellcat notes
[/high]
Quote:
Originally Posted by redlabour
Done !
Please add it to the Downloadbox so that every german User is getting the newest one.
Added
[high]* Hellcat notes this as well to be included in the release .ZIP at the next update.[/high]