Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message flag FORWARDED #4621

Closed
rcubetrac opened this issue Jul 24, 2014 · 6 comments
Closed

Message flag FORWARDED #4621

rcubetrac opened this issue Jul 24, 2014 · 6 comments

Comments

@rcubetrac
Copy link

Reported by rosali on 24 Jul 2014 14:59 UTC as Trac ticket #1490000

Roundcube seems to expect that all server support FORWARDED flag. hMailserver does not.

Nevertheless I see in the GUI the forwarded icon. After a while this icon disappears. I have not investigated the issue but I guess Roundcube injects the icon by Javascript into the GUI and it treats the message in the cache as having a FORWARDED flag.

IMO, Roundcube should not assume server support for FORWARDED flag.

Migrated-From: http://trac.roundcube.net/ticket/1490000

@rcubetrac
Copy link
Author

Comment by @alecpl on 24 Jul 2014 17:02 UTC

Indeed, we should call check_permflag() before setting $Forwarded flag around line 560 of sendmail.inc file.

@rcubetrac
Copy link
Author

Milestone changed by @alecpl on 24 Jul 2014 17:02 UTC

1.1-beta => 1.0.3

@rcubetrac
Copy link
Author

Comment by @alecpl on 28 Jul 2014 17:04 UTC

Or handle this on rcube_imap_generic side. Fixed in e156741.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 28 Jul 2014 17:04 UTC

new => closed

@rcubetrac
Copy link
Author

Comment by @alecpl on 3 Oct 2014 07:58 UTC

Because we have another ticket (#1490087), and we'd need to change that fix, I'd like to know if your server returns empty or no PERMANENTFLAGS response?

@rcubetrac
Copy link
Author

Comment by rosali on 3 Oct 2014 08:48 UTC

hMailServer:

10:45:57 +0200: [C: A0004 SELECT INBOX
03-Oct-2014 10:45:57 +0200: [S: * 89 EXISTS
03-Oct-2014 10:45:57 +0200: [S: * 0 RECENT
03-Oct-2014 10:45:57 +0200: [S: * FLAGS (\Deleted \Seen \Draft \Answered \Flagged)
03-Oct-2014 10:45:57 +0200: [S: * OK UIDVALIDITY 1248899998 current uidvalidity
10:45:57 +0200: [S: * OK UNSEEN 87519 unseen messages
10:45:57 +0200: [S: * OK UIDNEXT 87522 next uid
10:45:57 +0200: [S: * OK PERMANENTFLAGS (\Deleted \Seen \Draft \Answered \Flagged) limited
10:45:57 +0200: [S: A0004 OK READ-WRITE SELECT completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant