Summary: | booking.com holiday home not recognized | ||
---|---|---|---|
Product: | [Applications] KDE Itinerary | Reporter: | Gerion <gerion.entrup> |
Component: | general | Assignee: | Volker Krause <vkrause> |
Status: | REPORTED --- | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Android | ||
OS: | Android 10.x | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gerion
2022-05-18 23:11:49 UTC
If KMail isn't able to detect it then this is likely a variant of their emails that isn't supported yet, or that contains some variation that the extractor doesn't expect (unusual characters in the hotel name or address for example). The app uses the same extractor, so it wont be able to get anything out of this either then. In general there are two ways to extract this data: standardized formats like machine-readable schema.org JSON or Microdata annotations in the email, or custom extractor scripts specific for a certain provider or booking software vendor. booking.com is a bit special, they have both. Some of their emails have machine-readable annotations, some are extracted with a custom script. Where this fails in your case needs to be investigated with the specific email I guess. (In reply to Volker Krause from comment #1) > Where this fails in your case needs to be investigated with the > specific email I guess. How can I help you with that (I'm able to use a debugger :))? (In reply to ci3nte from comment #2) > How can I help you with that (I'm able to use a debugger :))? The best way for this would probably be opening the email in "KItinerary Workbench" (if not available as a distro package, there are for example nightly Flatpak builds by KDE), and see if that shows extractor script errors. |