Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: anctop on September 26, 2016, 12:13:16 AM

Title: MS-Exchange "Sent Items" not synchronized
Post by: anctop on September 26, 2016, 12:13:16 AM
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 :
Code: [Select]
$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 ?
Title: Re: MS-Exchange "Sent Items" not synchronized
Post by: SKaero on September 26, 2016, 12:15:07 PM
Its most likely a problem on the Exchange side since Roundcube shows what the IMAP server shows.