Giter VIP home page Giter VIP logo

Comments (8)

AnaMih avatar AnaMih commented on September 17, 2024

Mail aggregator works with Ms Exchange 2010 in OnlyOffice Community 8.6.2 version and later.

from communityserver.

mahermeg17 avatar mahermeg17 commented on September 17, 2024

but it's only code source of OnlyOffice 8.5.1 published.
when the 8.6.2 version will be published ?
Or at least can you give some notes for developers to support M.Ex 2010 and 2013 ?

from communityserver.

AnaMih avatar AnaMih commented on September 17, 2024

8.6.2 version is already supports Ms Exchange 2010. It will be published as soon as possible.

from communityserver.

mahermeg17 avatar mahermeg17 commented on September 17, 2024

Test with an Exchange 2013 account works fine.
we should just configure the right IMAP/SMPT config
;)

from communityserver.

mahermeg17 avatar mahermeg17 commented on September 17, 2024

configuring onlyoffice mail aggregator with a hosted exchange 2013 account by OVH, works fine: sending and receiing mail.
But the sent mail from onlyoffice are not showed into the SENT folder in the main Exchange account even the mail are correctly recived.

from communityserver.

mahermeg17 avatar mahermeg17 commented on September 17, 2024

Hi again,

when checking the web.api.log file I found that it Cannot find Sent folder over Imap.
For exchange, it should use smtp for send items.
And into the CommunityServer-master\module\ASC.Api\ASC.Api.Mail\MailSendQueue.cs, there is only a StoreMessageToImapSentFolder implemented.

 ASC.Api.Mail.MailApi.GetContacts(String term) at \CommunityServer-master\module\ASC.Api\ASC.Api.Mail\MailApi.Contacts.cs:ligne 52
2015-09-22 04:07:37,510 ERROR [6] ASC.Api - StoreMessageToSentFolder() in MailboxId=1 failed with exception:
System.IO.InvalidDataException: Cannot find Sent folder over Imap. MailboxId=1 
   à ASC.Api.Mail.MailSendQueue.StoreMessageToImapSentFolder(MailBox mbox, Message mimeMessage)

from communityserver.

AnaMih avatar AnaMih commented on September 17, 2024

The error "Cannot find Sent folder over Imap." means that onlyoffice mail can't find the folder with the name "Send".
In the database it is necessary to complete the request
INSERT INTO mail_imap_special_mailbox (server, name, folder_id, skip) VALUES ('{your-exchange-domain}', '{sent folder name}', 2, 0);
Where "your-exchange-domain" - your ms Exchange server domain name, "sent folder name" - your folder with outgoing mail.

from communityserver.

mahermeg17 avatar mahermeg17 commented on September 17, 2024

THANK YOU.

from communityserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.