| Age | Commit message (Collapse) | Author |
|
Do not consider calender-invitations "attachments"; do mark as
"calendar". Do recognize application/ics as calendar messages.
Update mime-object to expose a message part's disposition.
Change the "is-attachment" heuristic to include inline parts if they
have a filename parameter in their content-disposition.
Note that this doesn't change things radically; the delta is +69 and
-202 for ~6500 attachments.
|
|
We were not doing that correctly, missing a "/" between dirname and filename.
|
|
Flag message that merely have a List-Unsubscribe header with
Flags::MailingList too (some marketing message have this header, yet
miss "List-Id".
Add a test as well.
|
|
Not complete, but a first big stab converting users of Mu::Error and
various g_warning & friends, format to the new libfmt-based APIs.
|
|
And add a unit-test.
Fixes #2477
|
|
And add unit-test.
Fixes #2467
|
|
|
|
Ensure that addresses with commas are quoted. Don't 2047-encode though.
Update tests.
|
|
|
|
Improve working, add a 'minimal' mode, and add some unit tests.
|
|
|
|
Update for API changes.
|
|
Previously, mu generated a fake message ID for messages without a
Message-ID header. This fake message ID allows these messages to show in
an --include-related query. However, if a message contained a Message-ID
header with the value equal to the empty string, we did not generate a
fake message ID in the index, and consequently, these messages failed to
appear in an --include-related query. This change uses a fake message ID
when the Message-ID header is absent _or_ empty.
|
|
There may have been an html body, but mu-view only shows a text-body;
make that clearer.
Add a test case for an html-only message.
Fixes #2349.
|
|
Clean up the implementation at bit, and filter out 'fake' message-ids,
such as the ones from protonmail.
Update documentation.
Add Mu::Message::thread_id().
This fixes #2312.
|
|
Move test-mu-common to mu-test-utils. Use mu_test_init as a wrapper for
g_test_init. Update users.
|
|
Remove trailing '/' in maildirs, since people have that (like "/foo/"),
and earlier version didn't complain about that.
Fixes #2298
|
|
Apparently, it's not very useful (marks sigs as attachments).
|
|
Also check for X-MS-Has-Attach
|
|
For message that contain calendar invitations
|
|
|
|
Add a bunch of tests
|
|
|
|
|
|
Also add unit-test.
Fixes: issue #2256.
|
|
Generate a message-specific cache path when needed.
Update tests, too.
|
|
|
|
We cannot really _search_ for the broken message-id, but we can still view it.
Should help for issue #2232.
|
|
Found a small leak:
https://github.com/jstedfast/gmime/pull/124/commits
|
|
|
|
Still not very good though...
|
|
|