PDA

View Full Version : Qt Messaging Framework: Adding Accounts



NicholasSmith
8th August 2012, 12:49
Hi guys, I'm building a basic email client using the messaging framework, and I've got a large amount working but I'm hitting a wall when I'm building the accounts aspect. I've created a wizard which handles the form entry, a set of separate classes inheriting from QMailServiceConfiguration and QMailAccountConfiguration which seem to work, it generates a config and adds it to the messaging database. However after initially adding it the account says it's 'unconfigured' until the application is relaunched, in which case it synchronizes perfectly.

I'm sure I'm missing something but I'm not sure what. Can anyone point me in the right direction?