Name | Type |
---|---|
Webmail: No error message when password is incorrect
When login fails, I should get an error message. |
tracker item |
Webmail has problems with semi-non-standard mail-headers 'Message-ID' vs. 'Message-Id'
Some MTAs set the message id to "Message-Id" in the mail-headers. Tiki only checks for "Message-ID", so that produces an __Notice: Undefined index: Message-ID in /tiki-webmail.php on line 425__ when in ''/tiki-webmail.php?locSection=mailbox'' and an __Notice: Undefined index: Message-ID in /tiki-webmail.php on line 160__ when in ''/tiki-webmail.php?locSection=read'' |
tracker item |
Subject in Webmail doesn't get UTF-8 decoded in /tiki-webmail.php?locSection=read
Subject says it.. in list etc. it is good.. just when reading a mail it doesn't get decoded |
tracker item |
omstefanov
Contributors |
tracker item |
6x: Webmail account can't be deleted (& unreliable behavior)
((GroupMail)) is not working for me any more since I updated a site to 6.x from 4.x In 4.x it was working me (I created most of the documentation in doc:((doc:Groupmail)) Maybe that's because Webmail is not working either...? What I did: * installed a new tiki proposals/6x tiki site in localhost * added ajax_xajax feature to the groupmail profile (it was missing) * applied Groupmail profile * followed instructions to setup a new group (web)mail account * the module groupmail is spinning all the time, and no messages are shown * I've double checked that the user and pass info for that email account are all right I also applied that profile on a remote server (a production site) and no luck either. No email is fetched. I checked the webemail account (by means of other webmail software) and I confirm that it has plenty of read email, and 2 new messages pending to be read. --- Update: Weird, after I tried to unsuccessfully delete that account in the remote (production) server, it seems that webmail started to work! :-/ Well, it looks boggy to me, or at least, for sure it's been unrealiable behavior! At elast, for sure tehre is a bug at removing a webmail account: which is not removed (even if you ckick again at the confirmation step, the account is still there) |
tracker item |
Ajax | wiki |
Allow textarea tracker field to display mail content | tracker item |
another smtp issue?
I received this error "cannot connect to host; error = php_network_getaddresses: getaddrinfo failed: Name or service not known (errno = 0 ) " after email account configuration on 1&1 webhoster I saw same bug here http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2421&highlight=cannot%20connect%20to%20host;%20error%20=%20php_network_getaddresses but it is still open THX |
tracker item |
Attachments are not working on Tiki Webmail | tracker item |
Broadcast message body is empty
Sometimes, wehn sending a braodcast message to a given group, the message body is empty. It is empty for the recipients, but also in the sent box of the sender. No error message is issued, en the message is delivered with the correct sender, the correct subject, but a totally empty body. |
tracker item |
Change the pop3.php library
The lib/webmail/pop3.php library is GPL'ed. Should replace with an LGPL library like [http://pear.php.net/package/Net_POP3|Net_POP3] or [http://pear.php.net/package/Net_IMAP|Net_IMAP] |
tracker item |
Change to a more modern mail class
possibilities: http://phpmailer.codeworxtech.com/ http://www.swiftmailer.org/ http://framework.zend.com/manual/en/zend.mail.html Related: SMTP Configuration from inside Admin Interface http://dev.tikiwiki.org/wish1711 |
tracker item |
carsten.aevermann | tracker item |
Email-style wiki parsing, for webmail and for copy-paste of email conversation in a wiki page
The title says it all! |
tracker item |
error when deleting a msg in webmail
The error occurs when you delete a message in the inbox webmail Fatal error: Call to undefined method Net_POP3::ixp() in /var/www/virtual/scpc.publinter.org/htdocs/tiki-webmail.php on line 286 saludos Fran_gm |
tracker item |
Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known
This happens when sending email. I can receive though. Same config on a different server worked. |
tracker item |
GroupMail
Project to perform many of the functions of CRM using as many existing Tiki features as possible (dev notes). |
wiki |
Images in webmail
Emails containing inline images fail to present when selected from the email inbox list. This is a problem for both jpg and png images. It does not seem to be relevant as to where the image appears in the email. I have tried with the image in the middle of the text as if the image has been sent as part of the content and at the very end as if a signature block with exactly the same result. I rated this as a 7 as it makes the webmail feature unusable to the users of the [http://sistersafar.com|site] in question. This in turn makes the site itself, being designed to keep distant family members in touch with each other and friends, pretty much ineffective for the target audience. It does not however technically render anything but one site feature unusable so a rating higher than 7 does not feel justified. --Steve |
tracker item |
Improper Content-Transfer-Encoding: 7bit MIME header in Mail | tracker item |
Webmail enhancements
Many ISP's have separated pop/imap and smtp accounts. Or just they require SMTP auth when sending email outside ISP networks. Just to be sure : User may have separated incoming(pop3/imap) and outgoing(smtp) accounts or User may have one account for incoming&outgoing (pop3/imap/smtp) Both cases should be supported and with ssl support. Current (v9.1) webmail implementation does not allow separated pop/imap and smtp account settings. Also SMTP is missing ssl possibility. So in these cases webmail is unusable. thanks |
tracker item |
Webmail does not save sent, trashed, draft mail to the IMAP folders (was Mailbox selector option (trash, sent, etc) doesn't work) | tracker item |
Mailin Article-Put doesn't post attachment?
Hi: I want to allow users to send photo moblog posts to our Articles section. After setting up an "Article-Put" account, I'm finding that only the text makes it into the article post, not the attached image file. Just to test, I set up a "Wiki-Put" account, and it DOES recognize and include the attachment (not inline, though, but as an icon and a link). Does the Article-Put feature have handling for including images inline? Rob In my installation, I've tested sending tes |
tracker item |
Migrate @tiki.org off legacy server | tracker item |
Object of class PEAR_Error could not be converted to string
The following bug was registered with the PEAR bugtracking system (at http://pear.php.net/bugs/bug.php?id=13748) ; we believe the issue to be more related to missing error checks in tikiwiki than with Net_POP3. If somebody could look into this from the tikiwiki side of things it'd be much appreciated. thanks k. === Description: ------------ The Tikiwiki groupware comes with version 1.1.2.5 of the net_pop3 package. Whenever I want to collect mail with pop3, I get the message "Catchable fatal error: Object of class PEAR_Error could not be converted to string in /home/vicfont/public_html/forum/lib/webmail/net_pop3.php on line 909". I investigated a bit and found that file net_pop3.php actually corresponds to this package POP3.php. So my guess was to exchange the file for the new version 1.3.6 - but still the same problem occurs (now on line 897 though...) I now believe that this is a bug in the PEAR package, which somehow must dpend on the PHP configuration, as there are thousands of Tikiwiki installations running with no problems... Please help me with this. And feel free to get in touch if you need to know anything about my PHP installation or configuration. Best wishes, Jan === |
tracker item |
PluginMail fails sending to multiple groups | tracker item |