Does anyone know how I can get sugar to stop marking my IMAP emails as read whenever it gets them from my mail server?
I'm using thunderbird for my email as well as sugar and it's so annoying that new emails come through to thunderbird as read.
Does anyone know how I can get sugar to stop marking my IMAP emails as read whenever it gets them from my mail server?
I'm using thunderbird for my email as well as sugar and it's so annoying that new emails come through to thunderbird as read.
I have exactly the same problem and it is really annoying.Originally Posted by tjfayaz120
Has there been any update on this? I too would like the new mail in my Exchange INBOX to stay marked as unread. Would it function correctly using POP3?
For all interested here is how you can have Sugar IMAP your new mail into the system, but still leave the messages in your mailbox marked as UNREAD.
Modify Sugar/modules/InboundEmail/InboundEmail.php (Line 1637 in 4.5.1b)
FROM:
TO:Code:imap_setflag_full($this->conn, $msgNo, '\\SEEN');
Since Sugar actually makes note of the last poll time and only looks for unseen since that time, this won't cause duplicate mail entries into Sugar.Code:imap_clearflag_full($this->conn, $msgNo, '\\SEEN');
Cheers!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks