Quote:
Originally Posted by rmxs
Hmmm i can receive mails byt i cannot sent
I get this
[...snip...]
Also if there is not messages in INBOX i get this
An error accoured while connecting to your POP3 server!
|
Hmm, did you set a propper address in the settings, no typos or such?
The error on an empty mailbox makes sense - at least from the view of the script *lol* I'll see to catch that.
Quote:
Originally Posted by donatas
When going to Get Mails
Recieving
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /wmail/inc_misc.php on line 90
|
Hmm, that might happen when there's no date given in the mail, that should be easy to catch....
Quote:
Originally Posted by Parker Clack
Great mod. A couple of things I noticed is that when you get a listing of the emails that you have from the wmail.php?do=getmail page and you check the emails you want to delete and then click on the Delete Selected button the thread is not deleted. You can delete it from the page when you read the email.
Then when you send an email it doesn't redirect you back to the page to allow you to send another email, etc. It stops on the sent email notification.
|
OK, there seems to be another flaw when fetching the array of mails to delete....
When you sent a mail, at the final message you could just hit "New Mail" again on the left navigation - what other suggestion do you have, I'm open for anything
Quote:
Originally Posted by H@K@N
Does it make sense to use the WYSIWYG with the Smiley Box, because bbcode will not work on Emails, does it ?
|
Makes sense if the recipient uses this as well *lol*
Going for total world dommination

Nah, seriously, the smilies are used anyway in mails (typed by hand) and using the BBCodes is just an option.... But I could make on option "Use WYSIWYG yes/no"
Quote:
Originally Posted by maranello
My STMP server requires authentication and there is no way to do it with this hack  Do you have a solution? I keep getting "There has been an error while talking to your SMTP server!"
|
What kind of authentication?
I can implement that

Did you try the two auth types already alvailable?
Quote:
Originally Posted by Tralala
My SMTP server requires authentication too. I thought most did these days, to cut down on the sending of spam?
Tying it closely with vBulletin to extend it's features, essentially using this as an email "bridge" makes a lot of sense.
|
I just need info on the uath your SMTP requires

Any further feature suggestions are highly welcome!

What you wrote so far sounds cool, "bridging" eMails with PM is on my ToDo anyway and making a feature of posting threads/posts by eMail sounds nice as well....
Quote:
Originally Posted by apdcanari
Bug fixed
Regenerate the binary fields
|
So, adding those BuildBitfield to the install code solved it?
Cool
Quote:
Originally Posted by utw-Mephisto
I have tried your demo but it does not matter which mail account I setup, I always get an error :
Rcvd: 550 relay not permitted
Even though logins to the accounts are correct
|
Seems like there are some more auth types I need to implement.
It's only a matter of time till I get them working!