2
I Use This!
Activity Not Available

News

Analyzed 12 months ago. based on code collected 12 months ago.
Posted over 14 years ago
After using Hastymail for a week, the one thing I would really like to do is navigate messages without my hands leaving the keyboard, so I think keyboard shortcuts would be a really awesome feature to have.
Posted over 14 years ago
No luck.I set "imap_folder_prefix = " ( blank ), and set "imap_use_namespaces = true", logged out, deleted my user_settings, logged in, and still received the error.Note: the error message: "NO Client tried to access nonexistent namespace. ( Mailbox ... [More] name should probably be prefixed with: INBOX. )" is coming from my IMAP server ( dovecot ).Thank you for looking Jason.--Augie [Less]
Posted over 14 years ago
Sounds like it could be a bug. I will look into it and let you know what I find out. I wonder if you could try disabling the imap_folder_prefix setting and enable the imap_use_namespaces option. I don't know if that will work to be honest but it may solve the situation.Thanks for the feedback,Jason
Posted over 14 years ago
Hi Michael, I will investigate this and see if I can determine the problem. Are you sure that the webmail box can reach the "dom1.de" mail server? I know you said that you don't see any connection attempt in the logs. I just want to be sure that it ... [More] actually can properly login to that server without the imap_domain_map plugin. Also you can try enabling the show_imap_debug hastymail2.conf config setting. The IMAP connection info will be displayed below the interface and will tell us for sure what server it is trying to login to.Thanks for the feedback,Jason [Less]
Posted over 14 years ago
As of SVN rev 1953 I have removed the PHP4 specific code. Hastymail2 will still work in PHP4 without it, it just won't be as resource efficient.Thanks for the feedback,Jason
Posted over 14 years ago
Hey all,I did not find this bug in the Tracker or in the Forums after searching.Hastymail2 SVN revision 1952 .When attempting to rename a folder:Folders -> "Rename a folder" -> Alerts to -alerts:I receive the following error:"Unable to rename ... [More] folder:NO Client tried to access nonexistent namespace. ( Mailbox name should probably be prefixed with: INBOX. )"My hastymail2.conf includes : "imap_folder_prefix = INBOX"Renaming a folder works when I include the INBOX prefix ( e.g. INBOX.-alerts ), but it seems like with imap_folder_prefix set that I shouldn't have to do that.Thoughts? --Augie [Less]
Posted over 14 years ago
I have updated my server from Debian Lenny PHP 5.2 to Debian Squeeze PHP 5.3 because of other frameworks that I use requires 5.3.Hastymail2 had the above 2 errors, as I am not using php4, and Hastymail did not recognize my 5.3 correctly, I just ... [More] modified and removed the depricated new reference calls.MDB2 problems were corrected by executing:sudo pear install MDB2-2.5.0b3That's it, I'm happy.The real problem was that user profiles were not loading, and name/email were not set in profiles. Also, no contacts loaded from db. No error messages, just no profile data from database. [Less]
Posted over 14 years ago
Thanks Jason, I'll try that.
Posted over 14 years ago
John, Thanks for trying out the new theme. Because of the changes I wanted to make with it I had to change the theme system a bit in the core code. This means that the theme is not backwards compatible with the latest release and requires that you ... [More] run the latest SVN. We are VERY close to our next release so using current SVN should be safe to do. As always you can download the latest from the following link: http://hastymail.svn.sourceforge.net/viewvc/hastymail/trunk/hastymail2.tar.gz?view=tarJason [Less]
Posted over 14 years ago
Hi Jason,I just downloaded and installed your new Clean skin which is very nice and unfussy. Only problem is when I load a mailbox I get the following error:Warning: Missing argument 1 for site_page::print_mailbox_list(), called in ... [More] /mounted-storage/home36a/sub001/sc28581-LZFG/mellor.ws/hastymail2/themes/clean/templates/mailbox.php on line 62 and defined in /mounted-storage/home36a/sub001/sc28581-LZFG/mellor.ws/hastymail2/lib/site_page_class.php on line 893Warning: Invalid argument supplied for foreach() in /mounted-storage/home36a/sub001/sc28581-LZFG/mellor.ws/hastymail2/lib/site_page_class.php on line 1135 Loading Unread/New mails works fine. Be nice if I could get a solution to this. John [Less]