Roundcube Community Forum

 

MS-Exchange "Sent Items" not synchronized

Started by anctop, September 26, 2016, 12:13:16 AM

Previous topic - Next topic

anctop

Hi,

I'm new to RoundCube.
Recently I'm attempting to set up an alternative interface for a MS-Exchange 2013 server.

All configurations appear to work as expected, but I encounter the first problem : the contents of the "Sent Items" folder are not sychronized.
When I send an e-mail from RoundCube, the self-copy goes to "Sent Items", but it does not show up in RoundCube. On the other hand, it indeed exists when the folder is viewed in OWA.

The relevant configs are :

$config['imap_ns_personal'] = '';
$config['drafts_mbox'] = 'Drafts';
$config['junk_mbox'] = 'Junk E-Mail';
$config['sent_mbox'] = 'Sent Items';
$config['trash_mbox'] = 'Deleted Items';
$config['show_real_foldernames'] = true;


Am I missing some tweaks ?

SKaero

Its most likely a problem on the Exchange side since Roundcube shows what the IMAP server shows.