geary:wip/364-unread-count-redux

Last commit made on 2019-04-26
Get this branch:
git clone -b wip/364-unread-count-redux https://git.launchpad.net/geary

Branch merges

Branch information

Name:
wip/364-unread-count-redux
Repository:
lp:geary

Recent commits

fc79cf7... by Michael Gratton

Add some debugging for the client's unready count display

72e6bd6... by Michael Gratton

Merge branch 'wip/handy-sub-module' into 'mainline'

Add a sub{module,project} for handy for those who don't have it

See merge request GNOME/geary!226

b24ac80... by Michael Gratton

Switch search and main menu order back to normal

Fixes #405

5027e03... by Michael Gratton

Add a sub{module,project} for handy for those who don't have it

2fe4d20... by Jordi Mas

Update Catalan translation

66b659b... by Michael Gratton

Merge branch 'wip/336-smtp-rcpt-to-quoting' into 'mainline'

Fix SMTP forward path formatting

See merge request GNOME/geary!223

37da52e... by Michael Gratton

Enforce correct formatting for SMTP MailRequest and RcptRequest

534b4e2... by Michael Gratton

Don't MIME-encode RFC822 mailbox local parts

This is explicilty disallowed by RFC 2074 ยง5 and not accepted by mail
servers.

See #336

c306c2c... by Michael Gratton

Correctly handle escaping UTF-8 characters in RFC822 mailboxes

Use string.get_next_char() to handle iterating over an
RFC822.MailboxAddress mailbox local part, and explicitly allow UTF-8
2, 3, and 4 byte chars without quoting, per RFC 5322.

This lets us fix the test cases that use UTF-8 chars in the local part.

b3da4ad... by Michael Gratton

Merge branch 'wip/smtp-integration-tests' into 'mainline'

Add simple SMTP integration test

See merge request GNOME/geary!222