OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

This topic contains 7 replies, has 3 voices, and was last updated by  fred33 7 years, 10 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #27094

    fred33
    Participant

    Hi,
    I’m testing gmail synchronization and i have some questions. I’m in dev environnement
    This is what i did.
    i did this first : php app/console –env=dev oro:cron >> /dev/null
    First step:
    In user1 profil in ‘Emails synchronization settings ‘:
    Enable imap
    Imap Host : imap.gmail.com
    Imap port: 993
    Encryption: SSL
    Enable SMTP
    Smtp host: smtp.gmail.com
    Smtp port: 25
    Encryption: SSL
    Folder INBOX check

    All the inbox emails user1 appears in user1 view

    Second step:
    Log user1
    create contact ‘toto’ with email toto@gmail.com

    Send email to user1 email address via toto@gmail.com, i waited a few minutes and i refresh/sync the emails view, the email sent by ‘toto’ doesn’t appear…

    What’s wrong

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Author
    Replies
  • #27095

    Tata Lysakovska
    Participant

    Hi, Fred!

    Command php app/console –env=dev oro:cron >> /dev/null runs synchronization one time.
    You need run this command again after you have sent email to User1.
    Configure cron if you want to sync emails automatically.

    Thank you.

    #27096

    fred33
    Participant

    OK
    I found of or had the problem . During the first synchronization of inbox I had a synchonization error but mails of the user displayed . If I launch new sync it nothing happened because the syncro before stay in state 1 in progress and not to the state 3 finished

    Thanks

    #27097

    Tata Lysakovska
    Participant

    Could you provide error?

    #27098

    fred33
    Participant

    I have no real error except synchronization error . I followed the synchronization process by adding lines of code to control and I find the problem in AbstractEmailSynchronizer.ChangeOriginSyncState ()

    #27099

    fred33
    Participant

    I open again this topic because I have another problem of synchronization the number of e-mail which can be got back it is limited?
    limited by file or by complete e-mail box. I tested the synchronization on several users on the file ‘Inbox’
    All the users who have less than 10000 e-mails in this file view their e-mails all those who have more than 10000 mails view nothing

    Thanks

    #27100

    mccar
    Participant

    Hi, Fred!

    There are not any limits on number of messages in folder. If you provide sync log we will check it to do correct sync of emails.

    Thanks

    #27101

    fred33
    Participant

    what log do you want ? I’m not at work I did back on Tuesday 17

Viewing 7 replies - 1 through 7 (of 7 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top