-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oxcmail: rewrite select_parts for better multialternative selection
Because of the MAPI message model, we do not select an alternative like an MUA; instead, we select multiple (ouch). Alternative selection should exclude multipart/mixed; in contrast to MUAs, we cannot meaningfully treat them as a usable alternative. Alternative selection should prefer the higher numbered parts; the logic for this was missing as well. References: GXL-526, DESK-2315
- Loading branch information
Showing
1 changed file
with
57 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters