| Summary | Copy and move large mails to tasklist fails |
| Queue | Nag |
| Queue Version | 2.1 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | horde (at) karmoy (dot) kommune (dot) no |
| Created | 05/05/2006 (7127 days ago) |
| Due | |
| Updated | 05/05/2006 (7127 days ago) |
| Assigned | 05/05/2006 (7127 days ago) |
| Resolved | 05/05/2006 (7127 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
task_name-field with length 64. Could it be an older version of nag
used this maybe? Anyway I changed the varchar-length to 255, and now
it seems to work.
State ⇒ Feedback
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Copy and move large mails to tasklist fails
Queue ⇒ Nag
mails, it fails. The log-file shows the INSERT-statement it's trying
to run, and ends with the following errormessage:
[nativecode=ERROR: value too long for type character varying(64)] [on
line 193 of "/var/www/horde-3.1/nag/lib/Driver/sql.php"]
The mainproblem with this is that the user doesn't get a message that
the operation failed. Also if the mail was moved, then it's deleted
from the inbox even though the operation failed.