Author Topic: MS-Exchange "Sent Items" not synchronized  (Read 2364 times)

Offline anctop

  • Newbie
  • *
  • Posts: 1
MS-Exchange "Sent Items" not synchronized
« 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 ?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: MS-Exchange "Sent Items" not synchronized
« Reply #1 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.