OK,
Missus seems to have 2 main tables (plus 4 or 5 others).
1) A sent messages table: (jos_missus)
id int(11) No auto_increment
senderid int(11) No 0
sendername varchar(60) utf8_general_ci No
sendermail text utf8_general_ci No
datesended datetime No 0000-00-00 00:00:00
sdr_rstate smallint(1) No 0
sdr_tstate smallint(1) No 0
sdr_dstate smallint(1) No 0
is_draft smallint(1) No 0
broadcast smallint(1) No 0
subject text utf8_general_ci No
message text utf8_general_ci No
2) A message received table: (jos_missus_receipt)
id int(11) No
receptorid int(11) No 0
rptr_rstate smallint(1) No 0
rptr_tstate smallint(1) No 0
rptr_dstate smallint(1) No 0
ackstate smallint(1) No 0
replied smallint(1) No 0
forwarded smallint(1) No 0
So each message has an Id.
So to get complete info on message use Id in these two tables.
You get sender id/info and actual message in first table.
You get recipient id/info in second.
There is a 3rd table i think for file attachments:(jos_missus_files)
id int(11) No auto_increment
idmissus int(11) No
filename text utf8_general_ci No
I am really not too bothered to migrate this as i think my users barely use file attachments.
There are a couple of user config tables, which i dont think i would need to migrate.
So just the two tables, and by the way the primary key (id) on each table is indeed the id from the main joomla user table (jos_users).
So what do you think??
Shouldnt be too bad!!
I'd be very happy to work with you on this,
I get my users migrated,
and you get a verified conversion tool from missus to uddeIM that should help you convert more missus users!!