6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/27/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12979] IMAP Client issues / Wrong SQL statement?
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__. ..___.__ [__)| | |[__ [__) | |__\\__|| | \
Comment
> I am using MySQL - and yes, I assume it has been migrated from an > earlier version. (I am using Debian sid/experimental packages and at > some point imap_client came into the game) > > -- > -- Table structure for table `horde_imap_client_data` > -- > CREATE TABLE IF NOT EXISTS `horde_imap_client_data` ( > `messageid` int(10) unsigned NOT NULL DEFAULT '0', > `hostspec` varchar(255) NOT NULL, > `mailbox` varchar(255) NOT NULL, > `modified` bigint(20) DEFAULT NULL, > `port` int(11) NOT NULL, > `username` varchar(255) NOT NULL, > PRIMARY KEY (`messageid`), > KEY > `index_horde_imap_client_data_on_hostspec_and_mailbox_and_port_an` > (`hostspec`,`mailbox`,`port`,`username`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8; > > So I assume, the autoincrement got lost at some point... > >> Sounds like your messageid column is not an autoincrement column >> (anymore?). What database do you use, and has this been migrated from >> an earlier version of the Horde_Imap_Client database schema? >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers