Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zensursula

Pages: [1]
1
The field "uid" in the table "og_mail_contents" is of type varchar(100).
I would suggest increasing it to a minimum of 250 characters.

My mailserver classifies mail with a really long UID. In several cases it was above 100 and up to 120 characters long.

The method MailContents::mailRecordExists will fail for those mails.
The result is, that those mails will be fetched as new mails, every time I press "Check Mails".

Having a look at some other field in this table, I think they are a bit to small also. I would suggest to increase the following ones to a minimum of 250 characters:
uid                             varchar(100) 
from                           varchar(100) 
imap_folder_name       varchar(100) 
account_email            varchar(100) 
message_id                varchar(150) 
in_reply_to_id              varchar(150) 

Looking at my sample mail folder, some of the above fields of my test mails are already in the range of up to 120 characters.


For those who need a fast solution: Use a tool like phpMyAdmin and simply increase the values to 250. I am unfamiliar with the internals, but I can't see any problem with that. But it may be possible that future updates may fail.

Apart from that: Great tool! Thanks for that!

2
I added a patch to solve the following problem:
I can successfully send a mail with new opengoo release 1.5 final. But opengoo always adds an empty entry for CC: and BCC and sometimes for TO (depending on the ',') to the swift mail module. Swift tries to send the mail to the empty  recipients. Some Mailserver does not handle such mails and return one or more failure notices.
The attached patch only adds contacts to the swift mail module, if they are not empty.


3
Older versions / last character in received mail is missing in 1.5b2
« on: July 10, 2009, 11:12:44 am »
Receiving a mail with the last characters in the mail body beeing
012345
will be displayed as
01234
in opengoo mail




4
Feature requests / speed up mail performance
« on: July 09, 2009, 08:53:07 am »
I like opengoo very much. This will become one of the best tools ever, but:
I think the mail part of opengoo is horribly slow!

Here are some statistics on my really fast virtual server, while having no load and no users. All tools work on the same server and mail account (with about 200 already read mails).
Testcondition:
IMAP, ssl, all mails have been fetched. So on each account I only do a check mail, which returns with: No new mail!
Times needed:
opengooMail 2.5 - 4s ( average of ~3.5s)
Squirrel Mail 0,2s
PleskMailer 0.6s

In my opinion mail is one of the most important part of this project. But it is much to slow to work with. And I am not only talking about the "check for new mail" functionality.

I know that mail is marked as beta, so maybe you all know about the time problem.
But you may not have recognized it, because you do not work with an imap mail account with 150MB of mails.

I don't want to criticize your great work, thats why I put this in the feature request topic.

Thanks




5
Older versions / mail shows wrong page after mail deletion in 1.5b2
« on: July 09, 2009, 05:09:37 am »
Having a couple of mails, lets say 200 and showing 50per page.
Navigating to the 4th page and deleting all the mails on that page.
The mails will be deleted and the mail shows an empty 4th page (out of 3) instead of jumping to the 3rd page.

6
When trying to select multiple mails I lost my selection.
You can reproduce this by selecting
Mail 1,2,3 and then try to select the 5th mail, but accidently select exactly the middle of the 5th and 6th mail (between those boxes). Then mails 1,2,3 are deselected and the 5th mail is selected

7
Checking my mail account will always get the same mails from the server in 1.5b2.
Calling "check mail account" 5 times leads to 5 copies of all my mails in my inbox.

In my mail options I disabled "delete mail from server".
I am using imap over ssl.



8
1.4 final / send mails are not markes as read
« on: June 05, 2009, 06:49:00 am »
I expect mails I have sent, to be marked as read.
Currently mails I have sent are marked as new.
This is annoying as they will be displayed in the Overview->unread emails widget and I always think this is a new incoming mail.

This leads me to another bug:
The unread email widget should not display mails from the draft, send or trash folder

Thanks for your great work


9
1.4 final / Sorting in pending tasks in overview is wrong
« on: June 04, 2009, 04:36:38 am »
The pending tasks in the overview are not sorted depending on overdue and due days.
It seems to me that they are sorted like they were created.

Probably this is a feature request and not a bug   ???

Pages: [1]