[Akonadi] [Bug 445355] Google Groupware regularly crashes with no interaction from user

2021-12-31 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=445355

--- Comment #1 from Justin Zobel  ---
Still occurring on 5.18.3

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[kdepim] [Bug 371656] HTML mail styles spill into message header

2021-12-31 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=371656

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

--- Comment #9 from Jonathan Marten  ---
See also 441829, 429393, 317177

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 447743] New: Make List-Id id and phrase available separately to grantlee for header themeing

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=447743

Bug ID: 447743
   Summary: Make List-Id id and phrase available separately to
grantlee for header themeing
   Product: kdepim
   Version: GIT (master)
  Platform: unspecified
OS: All
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: messageviewer
  Assignee: kdepim-bugs@kde.org
  Reporter: bugs.kde@e3q.eu
CC: kdepim-bugs@kde.org
  Target Milestone: ---

AFAICT, all variables available to grantlee header theme editors are listed in

https://invent.kde.org/pim/messagelib/-/blob/master/messageviewer/src/header/grantleeheaderformatter.cpp

There, the List-Id header is exposed as a string containing all of the List-Id
header content. However, the List-Id header is structured
(https://datatracker.ietf.org/doc/html/rfc2919). Namely, it contains the actual
id between angle brackets and possibly also a descriptive phrase in front.
Because for presentation purposes, the phrase is more useful than the id
itself, it would be useful to expose these separately. The grantlee variable
header.listid could be modified to have properties/fields for each, so
header.listid.phrase (e.g., for display) and header.listid.id (e.g., for in
title attribute of element used to display header.listid.phrase). In case the
listid variable cannot be modified this way in a backwards-compatible manner,
perhaps a new variable, e.g., header.structuredlistid, can be added.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.

[kdepim] [Bug 447742] Make URL-containg List headers available to grantlee for header themeing

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=447742

Erik Quaeghebeur  changed:

   What|Removed |Added

 Depends on|447736  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=447736
[Bug 447736] Make Resent-Date, Resent-Sender, Resent-Cc, and Resent-Bcc
available to grantlee for header themeing
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[kdepim] [Bug 447736] Make Resent-Date, Resent-Sender, Resent-Cc, and Resent-Bcc available to grantlee for header themeing

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=447736

Erik Quaeghebeur  changed:

   What|Removed |Added

 Blocks|447742  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=447742
[Bug 447742] Make URL-containg List headers available to grantlee for header
themeing
-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 447742] New: Make URL-containg List headers available to grantlee for header themeing

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=447742

Bug ID: 447742
   Summary: Make URL-containg List headers available to grantlee
for header themeing
   Product: kdepim
   Version: GIT (master)
  Platform: unspecified
OS: All
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: messageviewer
  Assignee: kdepim-bugs@kde.org
  Reporter: bugs.kde@e3q.eu
CC: kdepim-bugs@kde.org
Depends on: 447736
  Target Milestone: ---

AFAICT, all variables available to grantlee header theme editors are listed in

https://invent.kde.org/pim/messagelib/-/blob/master/messageviewer/src/header/grantleeheaderformatter.cpp

There, it seems some standard (although less common) headers are missing. Some
of these likely require some extra parsing before they can be made available.
Namely, the URL-containg List-* headers
(https://datatracker.ietf.org/doc/html/rfc2369) are not exposed to grantlee.
Would it be possible to make List-Help, List-Unsubscribe, List-Subscribe,
List-Owner, and List-Archive available to grantlee for header themeing?

As per the RFC, the information in the headers is a list of URLs (between angle
brackets <…>, other content can be ignored), possibly both http and mailto
ones. The preference is from left to right. List-Post has a special value ‘NO’
for lists that can't be posted to.

For header theme designers, it would be useful to have, e.g.,
header.listUnsubscribe be a list of items that can be iterated over using
grantlee. Each item would then contain a URL header.listUnsubscribe.k.url and
type information header.listUnsubscribe.k.protocol (http or mailto), where k is
the current list index (normal usage: {% for item in header.listUnsubscribe
%}do something with {{ item }} to create output{% endfor %}).


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=447736
[Bug 447736] Make Resent-Date, Resent-Sender, Resent-Cc, and Resent-Bcc
available to grantlee for header themeing
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[kdepim] [Bug 447736] Make Resent-Date, Resent-Sender, Resent-Cc, and Resent-Bcc available to grantlee for header themeing

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=447736

Erik Quaeghebeur  changed:

   What|Removed |Added

 Blocks||447742


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=447742
[Bug 447742] Make URL-containg List headers available to grantlee for header
themeing
-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 447736] New: Make Resent-Date, Resent-Sender, Resent-Cc, and Resent-Bcc available to grantlee for header themeing

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=447736

Bug ID: 447736
   Summary: Make Resent-Date, Resent-Sender, Resent-Cc, and
Resent-Bcc available to grantlee for header themeing
   Product: kdepim
   Version: GIT (master)
  Platform: unspecified
OS: All
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: messageviewer
  Assignee: kdepim-bugs@kde.org
  Reporter: bugs.kde@e3q.eu
  Target Milestone: ---

AFAICT, all variables available to grantlee header theme editors are listed in

https://invent.kde.org/pim/messagelib/-/blob/master/messageviewer/src/header/grantleeheaderformatter.cpp

There, it seems some standard (although less common) headers are missing. Some
of these are just variations of existing headers and so variables should be
easy to create. Namely, not all Resent-* headers
(https://datatracker.ietf.org/doc/html/rfc5322#section-3.6.6) are exposed to
grantlee. Would it be possible to make Resent-Date, Resent-Sender, Resent-Cc,
and Resent-Bcc available to grantlee for header themeing?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 371656] HTML mail styles spill into message header

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=371656

Erik Quaeghebeur  changed:

   What|Removed |Added

 CC||sud...@sudhirkhanger.com

--- Comment #8 from Erik Quaeghebeur  ---
*** Bug 340621 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 340621] HTML/CSS is not rendered properly

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=340621

Erik Quaeghebeur  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||bugs.kde@e3q.eu
 Resolution|--- |DUPLICATE

--- Comment #4 from Erik Quaeghebeur  ---


*** This bug has been marked as a duplicate of bug 371656 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 371656] HTML mail styles spill into message header

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=371656

Erik Quaeghebeur  changed:

   What|Removed |Added

 CC||n...@naturalnet.de

--- Comment #7 from Erik Quaeghebeur  ---
*** Bug 359425 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 359425] CSS from HTML mail interfers with header layout

2021-12-31 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=359425

Erik Quaeghebeur  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED
 CC||bugs.kde@e3q.eu

--- Comment #7 from Erik Quaeghebeur  ---


*** This bug has been marked as a duplicate of bug 371656 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.