[kmail2] [Bug 451036] attachment: tempfile should be readonly

2024-01-22 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=451036

Jonathan Marten  changed:

   What|Removed |Added

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

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

[kmail2] [Bug 303109] Message-ID: field of kmail 4.8.4 exposes hostname

2023-10-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=303109

--- Comment #9 from Jonathan Marten  ---
Sorry, no, that does not appear to be possible.

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

[kmail2] [Bug 303109] Message-ID: field of kmail 4.8.4 exposes hostname

2023-10-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=303109

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #7 from Jonathan Marten  ---
The message-ID suffix is configurable (globally for all messages):  Configure
KMail - Composer - Headers
Check the "Use custom message-ID suffix" box and enter anything in the text box
below.
Then all outgoing message will use that setting, for example:

Message-ID: <13646269.uLZWGnKmhe@mycustommessageidsuffix>

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

[Akonadi] [Bug 400861] folders are not sorted alphabetically

2023-09-05 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=400861

--- Comment #4 from Jonathan Marten  ---
See also bug 390131 comment #2, https://bugs.kde.org/show_bug.cgi?id=390131#c2

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

[Akonadi] [Bug 400861] folders are not sorted alphabetically

2023-09-05 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=400861

Jonathan Marten  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Jonathan Marten  ---
Still an issue with current PIM Git master.

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

[kmail2] [Bug 400567] Choosing mail signature from a file deletes the selected file causing data loss

2023-02-03 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=400567

Jonathan Marten  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||kidentitymanagement/commit/
   ||9150359070370ae43897c01e94c
   ||b0a523676c2d2
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from Jonathan Marten  ---
Git commit 9150359070370ae43897c01e94cb0a523676c2d2 by Jonathan Marten.
Committed on 03/02/2023 at 15:31.
Pushed by mlaurent into branch 'master'.

Signature editor: Do not specify that the edit file is temporary

Specifying this explicitly means that the user's signature file will
be deleted (after a delay) after editing it.  Let KIO handle the
decision itself.

M  +0-1src/widgets/signatureconfigurator.cpp

https://invent.kde.org/pim/kidentitymanagement/commit/9150359070370ae43897c01e94cb0a523676c2d2

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

[kmail2] [Bug 400567] Choosing mail signature from a file deletes the selected file causing data loss

2023-02-03 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=400567

Jonathan Marten  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||j...@keelhaul.me.uk

--- Comment #13 from Jonathan Marten  ---
Coinfirmed with current Git master.

This happens because SignatureConfigurator::slotEdit() calls
job->setDeleteTemporaryFile(true).  This should not be done, it is telling the
job that the file specified is a temporary file and therefore should be deleted
(after a delay of 3 minutes) when the editor is closed.  If the file URL is
remote, KIO will handle downloading it to a temporary file and deleting the
local copy afterwards itself.

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

[kmail2] [Bug 334173] Receiving Accounts: untidy layout, unusual Retrieval Options control

2023-02-03 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=334173

--- Comment #2 from Jonathan Marten  ---
See also bug 311191 and bug 293688.

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

[Akonadi] [Bug 400861] folders are not sorted alphabetically

2022-12-04 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=400861

Jonathan Marten  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

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

[Akonadi] [Bug 400861] folders are not sorted alphabetically

2022-12-04 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=400861

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #2 from Jonathan Marten  ---
Created attachment 154314
  --> https://bugs.kde.org/attachment.cgi?id=154314=edit
Top level folder tree with unordered folder

Confirmed that this still appears to happen.  For me there is a top level
folder which somehow - maybe a few months ago, possibly as a result of an
accidental drag - got out of place in the folder tree and there is nothing that
can be done to get it back into alphabetical order.  The folder is the purple
one in the screen shot, it is named "rotary".  Have tried renaming it, dragging
it to a new place in the folder list, and changing the sort order; neither of
those change anything.

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

[Akonadi] [Bug 311112] No easy way to share distribution lists, because of use of internal Akonadi ID

2022-11-28 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=32

Jonathan Marten  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[Akonadi] [Bug 311112] No easy way to share distribution lists, because of use of internal Akonadi ID

2022-11-28 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=32

--- Comment #8 from Jonathan Marten  ---
See also bug 381366 regading folder and filter configuration.

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

[kmail2] [Bug 381366] keep folder specific configuration after adjustements to mail server

2022-11-28 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=381366

Jonathan Marten  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kmail2] [Bug 381366] keep folder specific configuration after adjustements to mail server

2022-11-28 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=381366

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #4 from Jonathan Marten  ---
Confirmed still an issue with current PIM.  The problem is that internally and
in config files folders are identified by Akonadi ID, which can change if the
mail server or configuration is changed, even if it is still effectively the
same as far as the user sees.  See also bugs 32 and 332358.

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

[Akonadi] [Bug 377889] akonadi does not respect setting and tries to access remote imap account even when offline

2022-11-25 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=377889

Jonathan Marten  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Jonathan Marten  ---
Still appears to be an issue with current PIM master.
See also bug 334170 for IMAP always being set online at KMail startup.

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

[Akonadi] [Bug 311112] No easy way to share distribution lists, because of use of internal Akonadi ID

2022-11-25 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=32

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
Summary|No easy way to share|No easy way to share
   |distribution lists  |distribution lists, because
   ||of use of internal Akonadi
   ||ID
 Status|NEEDSINFO   |REPORTED

--- Comment #7 from Jonathan Marten  ---
Still an issue with storage of internal Akonadi IDs in distribution lists, VCF
export and elsewhere.
See also bug 332358.

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

[kmail2] [Bug 369396] Disable "View source" command when no message is selected

2022-11-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=369396

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk
 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Jonathan Marten  ---
Appears to be fixed with current Git master.  "View Source" is disabled when no
message is selected.

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

[akregator] [Bug 459851] akregator crashes on certifcates dialog

2022-10-10 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=459851

Jonathan Marten  changed:

   What|Removed |Added

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

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

[kaddressbook] [Bug 436794] Cannot delete an entry from contact group editor

2022-07-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=436794

--- Comment #5 from Jonathan Marten  ---
For the record, commit
https://invent.kde.org/pim/akonadi-contacts/-/commit/75525b4dbbb473a0f6ee0cf5ab1ac6096522c15b

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

[kaddressbook] [Bug 436794] Cannot delete an entry from contact group editor

2022-07-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=436794

--- Comment #4 from Jonathan Marten  ---
Thanks Laurent, that is almost exactly the fix that I would have suggested.
Leaving the Qt bug open for information.

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

[kaddressbook] [Bug 436794] Cannot delete an entry from contact group editor

2022-07-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=436794

--- Comment #2 from Jonathan Marten  ---
Note that clicking at the extreme right of the entry, where the button would be
expected to be, does correctly delete the entry.  So the problem is a visual
anomaly only.

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

[kaddressbook] [Bug 436794] Cannot delete an entry from contact group editor

2022-07-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=436794

--- Comment #1 from Jonathan Marten  ---
Still a problem with current PIM.

Suspect this is a Qt bug involving the use of QIcon::paint() with an alignment
flag in ContactGroupEditorDelegate::paint().
See https://bugreports.qt.io/browse/QTBUG-104847, it may be possible to work
around if there is no fix.

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

[Akonadi] [Bug 455637] none

2022-06-21 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=455637

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Jonathan Marten  ---
Spam.

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

[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2022-05-11 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=332358

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||akonadi-contacts/commit/4a0
   ||e5e5e4b3f96f9464fc133c85064
   ||db22b62d5e

--- Comment #34 from Jonathan Marten  ---
Git commit 4a0e5e5e4b3f96f9464fc133c85064db22b62d5e by Jonathan Marten, on
behalf of Max von Buelow.
Committed on 11/05/2022 at 17:53.
Pushed by marten into branch 'master'.

Store tags names rather than tag IDs in KContacts::Addressee.

Solves the issue that contact tags are represented as IDs in the vCard
CATEGORIES field, which leads to loss of tags when using address books across
multiple devices. This update uses tag names in favor of IDs and automatically
creates them when necessary.

"Old" tag IDs in the database are still interpreted for backward compatibility.

See https://invent.kde.org/pim/akonadi-contacts/-/merge_requests/17

Related PRs in other projects:
* https://invent.kde.org/pim/kaddressbook/-/merge_requests/17
* https://invent.kde.org/frameworks/kcontacts/-/merge_requests/33

M  +22   -2src/akonadi-contacts/plugins/categorieseditwidget.cpp
M  +4-0src/akonadi-contacts/plugins/categorieseditwidget.h

https://invent.kde.org/pim/akonadi-contacts/commit/4a0e5e5e4b3f96f9464fc133c85064db22b62d5e

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

[Akonadi] [Bug 451023] Does Direct Deposit Hit Chime- seek Chime Customer Service

2022-03-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=451023

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||j...@keelhaul.me.uk
 Status|REPORTED|RESOLVED

--- Comment #1 from Jonathan Marten  ---
Spam.

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

[kmail2] [Bug 435504] Preview panel shows misleading message

2022-02-22 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=435504

Jonathan Marten  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Jonathan Marten  ---
Assumed fixed along with bug 390002.  Please reopen if still seen with .odt
files.

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

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

[kmail2] [Bug 390002] Message viewer: attached .doc file is shown as encrypted

2022-02-22 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=390002

Jonathan Marten  changed:

   What|Removed |Added

 CC||freekdekru...@kde.nl

--- Comment #11 from Jonathan Marten  ---
*** Bug 435504 has been marked as a duplicate of this bug. ***

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

[kmail2] [Bug 450550] K-Mail does not print images in an e-mail

2022-02-21 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=450550

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #2 from Jonathan Marten  ---
Duplicate of bug 391030?  Although that was fixed in 2020.

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

[kmail2] [Bug 448029] Spam false-positive, because KMail mis-parses some links

2022-01-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=448029

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #2 from Jonathan Marten  ---
Similar problem in bug 407086

-- 
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 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.

[Akonadi] [Bug 445145] celestine

2021-11-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=445145

Jonathan Marten  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||j...@keelhaul.me.uk
 Resolution|--- |NOT A BUG

--- Comment #1 from Jonathan Marten  ---
Spam.

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

[kmail2] [Bug 441829] Rendering of HTML can bleed over message headers

2021-09-01 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=441829

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #3 from Jonathan Marten  ---
Duplicate of 429393?

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

[kmime] [Bug 439218] Quoted strings containing comma or brackets are not parsed correctly, causes message sending to fail

2021-06-27 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=439218

Jonathan Marten  changed:

   What|Removed |Added

Summary|Quioted strings containing  |Quoted strings containing
   |comma or brackets are not   |comma or brackets are not
   |parsed correctly, causes|parsed correctly, causes
   |message sending to fail |message sending to fail

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

[kmime] [Bug 439218] New: Quioted strings containing comma or brackets are not parsed correctly, causes message sending to fail

2021-06-27 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=439218

Bug ID: 439218
   Summary: Quioted strings containing comma or brackets are not
parsed correctly, causes message sending to fail
   Product: kmime
   Version: git
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: j...@keelhaul.me.uk
  Target Milestone: ---

SUMMARY

Address parsing does not seem to properly handle quoted strings which contain a
comma or parenthesis characters.  If a KMail message is composed which includes
such an address, whether typed or in reply to a message which contains
addresses formatted such, there is a diagnostic if immediate sending is in use.
 However, if the Send Later agent or Undo Send is enabled, the mail is lost.

STEPS TO REPRODUCE

1. Configure KMail for immediate sending and compose a message with an address
of the form

  "Foo, Bar" "

where the actual address within <> can be anything.  The comma can be replaced
by an open or close parenthesis.

2. Attempt to send the message.  An error message is displayed, "There were
problems trying to queue the message for sending: Message has no recipients"

3. Enable Undo Send and send the message again.  Observe that no error message
is displayed.

4.  After the Undo Send time, observe that no message has been received for
transmission by the SMTP server and that there are messages in the Akonadi
stderr log:

akonadi_sendlater_agent(203452)/org.kde.pim.messagecomposer
MessageComposer::AkonadiSender::sendOrQueueMessage: KMime::Message: 
[
 "(message headers and text)"
]

akonadi_sendlater_agent(203452)/org.kde.pim.messagecomposer
MessageComposer::AkonadiSender::sendOrQueueMessage: Using transport (
"SMTP:mailhost" , 1503887163 )
akonadi_sendlater_agent(203452)/org.kde.pim.messagecore
MessageCore::StringUtil::splitAddressField: Error in address splitting:
parseAddressList returned false!
akonadi_sendlater_agent(203452)/kf.coreaddons
Kdelibs4Migration::Kdelibs4Migration: Using KDEHOME as the location of the old
config file
akonadi_sendlater_agent(203452)/org.kde.pim.messagecomposer
MessageComposer::AkonadiSender::sendOrQueueMessage: QueueJob started.
...
akonadi_sendlater_agent(203452)/org.kde.pim.messagecomposer
MessageComposer::AkonadiSender::queueJobResult: QueueJob failed with error
"Message has no recipients."

OBSERVED RESULT

Message is not sent, error messages and log as above.

EXPECTED RESULT

The address should be accepted and the message sent.

SOFTWARE/OS VERSIONS

KMime: Git master (5.17.40)
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

Setting severity to major because data loss will occur if the Send Later agent
is in used.

According to RFC 5322 section 3.2.4 "Quoted Strings", a quoted string can
contain any printable ASCII character apart from quote and backslash (which can
be quoted with "\").

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

[kaddressbook] [Bug 436794] New: Cannot delete an entry from contact group editor

2021-05-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=436794

Bug ID: 436794
   Summary: Cannot delete an entry from contact group editor
   Product: kaddressbook
   Version: GIT
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: j...@keelhaul.me.uk
CC: to...@kde.org
  Target Milestone: ---

Created attachment 138254
  --> https://bugs.kde.org/attachment.cgi?id=138254=edit
Contact group editor screen shot

SUMMARY

See screen shot.  When editing a contact group, the red '-' buttons to delete
an existing entry overlay the displayed email address.  If the window is
dragged wider then they move to the right, but they still stay at least an inch
inside the right side of the list.

Clicking on one of the buttons, regardless of where they are located, does not
delete the entry from the group.  If it is an entry which is a reference to an
existing contact, then a combo box is displayed (extending all the way to the
right of the list) listing the contact's email addresses.  If it is an entry
which is not an existing contact, then the email address changes to editable. 
There appears to be no way to delete an entry using the GUI, the only solution
is akonadiclient.

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

[akregator] [Bug 385292] akregator does not use system proxy settings

2021-04-26 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=385292

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #3 from Jonathan Marten  ---
Any application using QtWebEngine can only user certain proxy settings, not all
of those which are available in the KCM.
https://invent.kde.org/frameworks/kio/-/merge_requests/422 added a warning in
the KCM for the settings which are not compatible.

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

[akregator] [Bug 377485] regression: system tray icon no longer shows number of unread articles

2021-04-24 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=377485

Jonathan Marten  changed:

   What|Removed |Added

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

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

[akregator] [Bug 292370] Add an option to disable flash or to use "click to activate animation"

2021-04-20 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=292370

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED
 CC||j...@keelhaul.me.uk

--- Comment #3 from Jonathan Marten  ---
Flash is now dead.  It won't be missed.

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

[kmail2] [Bug 435410] Inconsistency between "Copy/Move Message" in main window and reader window

2021-04-10 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=435410

--- Comment #4 from Jonathan Marten  ---
Git commit 79f84aa36743637c274af0134dffe46a5122826c by Jonathan Marten.
Committed on 10/04/2021 at 07:25.
Pushed by mlaurent into branch 'master'.

Make the recently accessed folder list globally accessible

This is normally managed by RecentCollectionAction, but is only updated
by StandardActionManager when its standard actions are used.  If a
caller uses its own actions, for example KMail's separate message reader
window, then the list is not updated.

Add a static function StandardActionManager::addRecentCollection(),
which simply calls RecentCollectionAction::addRecentCollection() to
update the global recent collection list.  Read and update this list in
RecentCollectionAction as before.

M  +35   -22   src/widgets/recentcollectionaction.cpp
M  +8-4src/widgets/recentcollectionaction_p.h
M  +6-0src/widgets/standardactionmanager.cpp
M  +8-0src/widgets/standardactionmanager.h

https://invent.kde.org/pim/akonadi/commit/79f84aa36743637c274af0134dffe46a5122826c

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

[kmail2] [Bug 435410] Inconsistency between "Copy/Move Message" in main window and reader window

2021-04-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=435410

--- Comment #2 from Jonathan Marten  ---
First part of fix submitted as
https://invent.kde.org/pim/akonadi/-/merge_requests/57

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

[kmail2] [Bug 390002] Message viewer: attached .doc file is shown as encrypted

2021-04-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=390002

--- Comment #4 from Jonathan Marten  ---
See also bug 435504 for possibly the same effect with ODT files.

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

[kmail2] [Bug 435504] Preview panel shows misleading message

2021-04-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=435504

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #3 from Jonathan Marten  ---
Also seen with MS Word (.doc) files, see bug 390002.

Suspect that GpgME's detection of encrypted parts is too sensitive, suggested
fix is there.

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

[kmail2] [Bug 196876] Always mark trashed mail as read

2021-04-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=196876

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #6 from Jonathan Marten  ---
The option to not act on or notify about unread mail in the trash folder is
already available:

Select the trash folder - Folder Properties - General
Ensure that the "Act on new/unread mail in this folder" is turned off

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

[kmail2] [Bug 435410] New: Inconsistency between "Copy/Move Message" in main window and reader window

2021-04-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=435410

Bug ID: 435410
   Summary: Inconsistency between "Copy/Move Message" in main
window and reader window
   Product: kmail2
   Version: Git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: commands and actions
  Assignee: kdepim-bugs@kde.org
  Reporter: j...@keelhaul.me.uk
  Target Milestone: ---

SUMMARY

These actions in the KMail main window (menu bar - Message - Copy/Move Message
To) or in the message list RMB popup do not look or work the same as those in
the separate message reader window popup menu.

Firstly, in the main window the "Move" action has an icon, in the reader window
it has none.

Secondly, when one if these actions is used in the main window the "Recent
Folder" list that shows there is updated with the last used folder, so next
time it appears at the top of the list.  When used in the reader window, the
recent folder list is available but is not updated with the folder that was
used, either in the same reader window or the main window.

STEPS TO REPRODUCE
1. Select a message in the message list.
2. Do menu bar - Message - Copy Message To - any folder
3. Do menu bar - Message - Copy Message To - Recent Folder and note that the
folder is now at the top of the list.
4. Open the message in a separate reader window.
5. Do popup - Copy message To - any other folder
6. Do popup - Copy Message To - Recent Folder and note that the list is still
the same as in (3) and the folder destination in (5) is not at the top of the
list.
7. Also observe that in the popup menu, "Move Message To" has no icon.

OBSERVED RESULT

Folder list in reader window not updated as above, and "Move" action has no
icon.

EXPECTED RESULT

The folder list is updated, and "Move" has an icon.

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

[kio] [Bug 241137] Dolphin unable to read Usenet newsgroups

2021-03-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=241137

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |UNMAINTAINED
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Jonathan Marten  ---
If anyone still needs to use these ioslaves then they are available (ported to
current KF5) at

https://invent.kde.org/marten/kio-mbox
https://invent.kde.org/marten/kio-nntp

Closing this bug as UNMAINTAINED as suggested in comment #5.

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

[kio] [Bug 241137] Dolphin unable to read Usenet newsgroups

2021-03-15 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=241137

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #6 from Jonathan Marten  ---
Yes, the NNTP and MBOX ioslaves which were originally part of kdepimlibs were
apparently never ported when PIM was split up into components.  But some KF5
porting work was done (in 2014), so it should be possible to resurrect them.

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

[akregator] [Bug 235992] List of articles in a feed is susceptible to accidental sorting by title

2021-03-09 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=235992

Jonathan Marten  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Jonathan Marten  ---
Still a valid wish.
See also bug 354983 for locking of feed ordering by drag and drop.

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

[akregator] [Bug 235992] List of articles in a feed is susceptible to accidental sorting by title

2021-03-09 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=235992

Jonathan Marten  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=354983

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

[akregator] [Bug 354983] [Feature request]: lock feeds in place

2021-03-09 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=354983

Jonathan Marten  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=235992

--- Comment #2 from Jonathan Marten  ---
Still a valid wish.
See also bug 235992 for locking of article columns and sort order.

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

[kmail2] [Bug 432832] Changing the sender "from" and signature

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

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #1 from Jonathan Marten  ---
This should be possible.  If you have multiple identities set up then you can
select which one is used for composing and sending a message - if the combo is
not visible in the composer window then it may need to be made visible by Menu
bar - View - Identity.  Changing the identity here will set the "From" address
and the signature (and also the "Reply-To", crypto and any other
identity-specific settings).

If this option does not seem to be available or does not list the configured
identities then please update the bug with any further information.

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

[Akonadi] [Bug 275261] Akonadi on NFS mounted home directories is very fragile

2021-02-04 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=275261

--- Comment #15 from Jonathan Marten  ---
*** Bug 332624 has been marked as a duplicate of this bug. ***

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

[Akonadi] [Bug 332624] NFS support

2021-02-04 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=332624

Jonathan Marten  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE
 CC||j...@keelhaul.me.uk

--- Comment #1 from Jonathan Marten  ---


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

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

[kmail2] [Bug 377521] regression: system tray icon no longer shows number of new mails

2020-12-28 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=377521

Jonathan Marten  changed:

   What|Removed |Added

 CC||k...@mitrah.ru

--- Comment #31 from Jonathan Marten  ---
*** Bug 430915 has been marked as a duplicate of this bug. ***

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

[kmail2] [Bug 430915] System tray icon does not show the number of unread messages any more.

2020-12-28 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=430915

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||j...@keelhaul.me.uk

--- Comment #1 from Jonathan Marten  ---
This is intentional.  Unofficial patches to reenable the count are attached to
the duplicate bug.

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

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

[kmail2] [Bug 429393] HTML email "leaks" styles into headers

2020-11-21 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=429393

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #3 from Jonathan Marten  ---
See also bug 317177 for fancy headers.

This is obviously a general problem where any conflicting CSS included in a
HTML message body could leak out into the header display.  It may even be
possible for a malicious message to hide or change header information, thus
becoming a security risk.  This cannot be worked around by filtering styles
used by the header out of the message CSS, because KMail cannot know what style
elements the header may use - it may have been written by the user or
downloaded.

Would it be possible to "sandbox" the message HTML isolated from the header -
maybe within an iframe or similar element?

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

[akregator] [Bug 424633] Clicking on a link to open in external browser makes the article scroll to top in Akregator

2020-10-01 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=424633

Jonathan Marten  changed:

   What|Removed |Added

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

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

[kmail2] [Bug 391030] KMail does not print images in emails

2020-09-26 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=391030

Jonathan Marten  changed:

   What|Removed |Added

Summary|kmail does not print images |KMail does not print images
   |in emails   |in emails

--- Comment #5 from Jonathan Marten  ---
Test message attached to bug 400947.

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

[kmail2] [Bug 400947] External references in HTML emails are not printed

2020-09-26 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=400947

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #2 from Jonathan Marten  ---


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

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

[kmail2] [Bug 391030] kmail does not print images in emails

2020-09-26 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=391030

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #4 from Jonathan Marten  ---
*** Bug 400947 has been marked as a duplicate of this bug. ***

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

[kmime] [Bug 387423] Attachment icon not shown in message list for multipart/alternative attachments

2020-07-09 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=387423

--- Comment #2 from Jonathan Marten  ---
Created attachment 129994
  --> https://bugs.kde.org/attachment.cgi?id=129994=edit
Test message

Test message, clean and containing no personal information or external
references.

Import the message ito KMail, observe that the message list shows no attachment
icon but the GIF is correctly shown in the message viewer.

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

[kmime] [Bug 387423] Attachment icon not shown in message list for multipart/alternative attachments

2020-07-09 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=387423

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk
Summary|multipart/alternative   |Attachment icon not shown
   |Attachments |in message list for
   ||multipart/alternative
   ||attachments

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

[kmail2] [Bug 421275] Context menu of systray icon is misplaced

2020-05-11 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=421275

Jonathan Marten  changed:

   What|Removed |Added

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

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

[kaddressbook] [Bug 415222] Kaddressbook no tags in exported vcard

2019-12-16 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=415222

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Jonathan Marten  ---
Categories export is explicitly disabled for VCard:

https://cgit.kde.org/kcontacts.git/tree/src/vcardtool.cpp#n257

Possibly because the export would only output the internal Akonadi category
IDs, which are not useful for any other non-Akonadi application or import.  I
had developed a fix for PIM 4 to output the category names instead, but it got
overtaken by the PIM 5 release and still needs to be ported.  See also bug
332358.

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

[kmail2] [Bug 415015] hide unread email count from taskbar icons

2019-12-10 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=415015

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #4 from Jonathan Marten  ---
Specific folders, e.g. the one holding a large mailing list, can also be
excluded from the new mail count:

Menu bar - Folder - Folder Properties - General tab

Turn off "Act on new/unread mail in this folder".

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

[kmail2] [Bug 413830] Irritating combination of URL (same URL, see attachment)

2019-11-05 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=413830

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #1 from Jonathan Marten  ---
The URL is not quite identical - the "utopia.de" hostname is followed by a '/'
in the destination URL, but has no '/' in the source.  This is enough to
trigger the scam detection.  See also bug #407086.

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

[Akonadi] [Bug 412702] Akonadi IMAPs daemon incorrectly uses system wide proxy settings

2019-10-09 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412702

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #6 from Jonathan Marten  ---
The affected package is KIMAP.  See bug 407685 for reviews and commits.
Maybe this bug should be marked as a duplicate of that?

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

[kmail2] [Bug 412465] KMail crashes when Network connection is spotty

2019-10-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412465

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Jonathan Marten  ---


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

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

[kmail2] [Bug 387177] KMail crashes on exit - accessing KMMainWindow status bar during destruction?

2019-10-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=387177

Jonathan Marten  changed:

   What|Removed |Added

 CC||jens.pruessner@uni-konstanz
   ||.de

--- Comment #6 from Jonathan Marten  ---
*** Bug 412465 has been marked as a duplicate of this bug. ***

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

[kdepim] [Bug 317177] HTML emails CSS should not be applied to the header in th UI

2019-09-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=317177

--- Comment #13 from Jonathan Marten  ---
No, just the standard "Classic" theme

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

[kmail2] [Bug 412465] KMail crashes when Network connection is spotty

2019-09-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412465

Jonathan Marten  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |FIXED

--- Comment #2 from Jonathan Marten  ---
Please test with a recent KMail version.

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

[kmail2] [Bug 412474] KMail should set first account 'inbox' to open by default

2019-09-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412474

Jonathan Marten  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[kmail2] [Bug 412474] KMail should set first account 'inbox' to open by default

2019-09-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412474

Jonathan Marten  changed:

   What|Removed |Added

Summary|kmail should by default |KMail should set first
   |open 'inbox', rather than   |account 'inbox' to open by
   |mailbox |default
 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED
 Resolution|WORKSFORME  |---

--- Comment #3 from Jonathan Marten  ---
It should be.  The default setting for the check box is on, but for the folder
is -1 which means none assigned.

Since a folder cannot be assigned until an account has been created, maybe this
should be done after a new account creation: if no default folder has yet been
assigned, set it to the inbox of the newly created account.

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

[kdepim] [Bug 317177] HTML emails CSS should not be applied to the header in th UI

2019-09-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=317177

--- Comment #11 from Jonathan Marten  ---
Created attachment 122955
  --> https://bugs.kde.org/attachment.cgi?id=122955=edit
Screen shot of previous attachment in HMTL view

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

[kdepim] [Bug 317177] HTML emails CSS should not be applied to the header in th UI

2019-09-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=317177

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #10 from Jonathan Marten  ---
Created attachment 122954
  --> https://bugs.kde.org/attachment.cgi?id=122954=edit
Email with CSS affecting header

Sanitised, with no personal information and safe to open.  The CSS that causes
the problem is the "table {  table-layout: fixed; }".

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

[kmail2] [Bug 412474] kmail should by default open 'inbox', rather than mailbox

2019-09-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412474

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|NEEDSINFO
 CC||j...@keelhaul.me.uk

--- Comment #1 from Jonathan Marten  ---
The folder to select when starting KMail should be configurable:

Settings - Configure KMail - Misc - Folders
Turn on "Open this folder at startup" and select the required folder.

Please report if this option is not present or does not appear to work.

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

[kmail2] [Bug 412465] KMail crashes when Network connection is spotty

2019-09-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412465

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #1 from Jonathan Marten  ---
Backtrace looks suspicously like bug #387177.  Fixed in KMail 5.8, please
upgrade if possible.

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

[kmail2] [Bug 412179] The sent emails are stored in the templates folder instead of sent-mail folder

2019-09-23 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412179

Jonathan Marten  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |REMIND

--- Comment #2 from Jonathan Marten  ---
Settings status as per comment #1

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

[kontact] [Bug 412225] Need to be able to select identity to use

2019-09-23 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412225

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|NEEDSINFO
 CC||j...@keelhaul.me.uk

--- Comment #1 from Jonathan Marten  ---
It should be possible.  In the composer window, ensure that "Identity" in the
"View" menu is checked.  There should then be a dropdown "Identity:" field,
changing this will change the From address, signature and any other configures
settings for that identity.

Please report if this option is not present or does not appear to work.

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

[kmail2] [Bug 412207] kmail should have the option to block email tracking images

2019-09-22 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412207

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #1 from Jonathan Marten  ---
Unlikely to be possible to implement - it is not possible to know the size of
an image without downloading it.  The HTML tag for a rendered image should have
width and height attributes, but a hostile email sender could simply omit them
for a tracking image.

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

[kmail2] [Bug 412179] The sent emails are stored in the templates folder instead of sent-mail folder

2019-09-22 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=412179

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #1 from Jonathan Marten  ---
Is the sent-mail folder for the identity configured correctly?
Configure KMail - Accounts - Identities - Modify - Advanced
Please check that the Sent-mail, Drafts and Templates folcers are configured
correctly in this dialogue.

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

[kmail2] [Bug 390002] Message viewer: attached .doc file is shown as encrypted

2019-09-12 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=390002

--- Comment #3 from Jonathan Marten  ---
Have done some investigating and found that the root cause is the MS Word
binary format being detected as PGP encrypted data, in
EncryptedBodyPartFormatter::process().  The result of GpgME::data().type() is
returned as GpgME::Data::PGPOther for the attachment part.

One solution that I have found so far is to remove the preset formatter

 insert(QStringLiteral("application/octet-stream"),
EncryptedBodyPartFormatter::create());

from
BodyPartFormatterFactoryPrivate::messageviewer_create_builtin_bodypart_formatters().
 The detection from the binary data is too sensitive for the catch-all MIME
type.  This still allows PGP encrypted parts to be detected as long as they
have the correct MIME type (which any decent sending mailer should use, it's
2019 now).

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

[akregator] [Bug 410718] Image alt text doesn't wrap anymore

2019-09-10 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=410718

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #4 from Jonathan Marten  ---
Appears to be fixed in Qt 5.13.1

https://bugreports.qt.io/browse/QTBUG-76122
https://code.qt.io/cgit/qt/qtwebengine.git/commit/src/webenginewidgets/api/qwebenginepage.cpp?id=c3c37b4e93a26748497bec1a0dc29b8358408157

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

[akregator] [Bug 410718] Image alt text doesn't wrap anymore

2019-08-28 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=410718

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #3 from Jonathan Marten  ---
Already reported as bug #410183 for the WebEnginePart (included with Konqueror,
but not used by Akregator or PIM).

Suspect that it is really an upstream Qt bug.

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

[kmail2] [Bug 373870] Kmail tries to use a proxy server to retrieve email

2019-06-19 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=373870

Jonathan Marten  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Jonathan Marten  ---
Fix now complete for POP3, SMTP and IMAP.

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

[kmail2] [Bug 407685] Tries to use http proxy for imap

2019-06-19 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=407685

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Jonathan Marten  ---
Fixed in master branch by commits

https://cgit.kde.org/kimap.git/commit/?id=544bae2f88f3b41150d678fbacbb397575c7a14d
https://cgit.kde.org/kdepim-runtime.git/commit/?id=57716edd29b786bb9f00dafe4c95166884ef67f7

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

[kmail2] [Bug 373870] Kmail tries to use a proxy server to retrieve email

2019-05-28 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=373870

--- Comment #9 from Jonathan Marten  ---
Reviews submitted, see bug 407685.

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

[kmail2] [Bug 407685] Tries to use http proxy for imap

2019-05-28 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=407685

Jonathan Marten  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #3 from Jonathan Marten  ---
https://phabricator.kde.org/D21463
https://phabricator.kde.org/D21464

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

[kmail2] [Bug 407685] Tries to use http proxy for imap

2019-05-18 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=407685

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #1 from Jonathan Marten  ---
Sending or receiving mail through a proxy is an unusual case, so a couple of
years ago the default for POP3 and SMTP was changed to explicitly use no proxy,
with an option in the advanced account settings to enable the proxy if it
really is required.  However, doing the same for IMAP appears to have been
overlooked.

See https://phabricator.kde.org/T7430 and linked reviews.

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

[kmail2] [Bug 407086] New: Scam detection is too sensitive for URLs that trivially differ and are not a scam

2019-04-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=407086

Bug ID: 407086
   Summary: Scam detection is too sensitive for URLs that
trivially differ and are not a scam
   Product: kmail2
   Version: Git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: j...@keelhaul.me.uk
  Target Milestone: ---

Created attachment 119742
  --> https://bugs.kde.org/attachment.cgi?id=119742=edit
Scam detection message

(This bug really belongs to messagelib, but there doesn't seem to be a Bugzilla
category for that. Please reassign if necessary.)

SUMMARY

The scan detection checks for URLs that display different text to their actual
destination.  This is good, but the check seems to be very sensitive and
detects URLs that differ trivially (with redundant percent encoding or a
trailing slash).  For example, see the attached message triggered by an Amazon
confirmation email - I have partly redacted the URLs to remove personal
information but they were identical before doing so.  The only difference is
the %5C <-> / encoding near the end.

Possibly the display and destination URLs need to be decoded and canonicalised
(with QUrl::StripTrailingSlash and QUrl::NormalizePathSegments) before
comparison.

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

[kmail2] [Bug 405776] Crash in address autocompletion

2019-03-25 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=405776

Jonathan Marten  changed:

   What|Removed |Added

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

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

[kmail2] [Bug 376032] Emails not being moved from "new" to "cur"

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

Jonathan Marten  changed:

   What|Removed |Added

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

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

[kdepim] [Bug 402185] >=kdepim-18.12.0: Make speech dependency optional again

2018-12-16 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=402185

Jonathan Marten  changed:

   What|Removed |Added

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

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

[kmail2] [Bug 401780] Add option to disable emails from automatically opening URLs

2018-12-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=401780

Jonathan Marten  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||j...@keelhaul.me.uk
 Status|REPORTED|CONFIRMED

--- Comment #1 from Jonathan Marten  ---
Is this as described in
https://www.kde.org/info/security/advisory-20181128-1.txt?
If so, it is fixed in KDE Applications 18.12.0.

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

[kontact] [Bug 371511] kontact/akregator crashes while trying to open a link from the list (middle click)

2018-12-04 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=371511

--- Comment #11 from Jonathan Marten  ---
Possible duplicate (or similar, anyway) bugs 399299 and 401638.

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

[akregator] [Bug 399299] Akregator crashes when middle click on a link

2018-12-04 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=399299

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #4 from Jonathan Marten  ---
Same backtrace as bug 371511.

Claimed to be fixed a couple of Qt releases ago, but reported still present
with Qt 5.11.  The patch at bug 371511 comment #4 has worked for me for a long
time.

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

[kaddressbook] [Bug 376207] Formatted name is not selectable when creating new contact

2018-11-20 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=376207

--- Comment #4 from Jonathan Marten  ---
The option to select a full name appears to be presesnt in KAddressBook 5.9.40
(current Git master).  There is a combo box below the last entry field which in
English says "Display" (sorry, I don't know what the German equivalent would
be) and has options for short name, full name, reverse name with comma etc.

There are some problems with ths combo box - it does not update when the names
are edited and, for an initially blank dialogue, when not dropped down it is
tiny and blank - but that is a separate issue.

Suggest resolution is changed to FIXED once the correct export of FN can be
verified.

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

[kaddressbook] [Bug 376207] Formatted name is not selectable when creating new contact

2018-11-20 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=376207

Jonathan Marten  changed:

   What|Removed |Added

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

--- Comment #3 from Jonathan Marten  ---
The option to select a full name appears to be presesnt in KAddressBook 5.9.40
(current Git master).  There is a combo box below the last entry field which in
English says "Display" (sorry, don't know what the German eq

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

[kmail2] [Bug 400947] New: External references in HTML emails are not printed

2018-11-11 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=400947

Bug ID: 400947
   Summary: External references in HTML emails are not printed
   Product: kmail2
   Version: Git (master)
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: j...@keelhaul.me.uk
  Target Milestone: ---

Created attachment 116250
  --> https://bugs.kde.org/attachment.cgi?id=116250=edit
Test message

SUMMARY

Even if a HTML mail is displayed with external references (images) manually
requested, the images are not printed or previewed.

STEPS TO REPRODUCE
1. Load the attached sample message into KMail.  It is has only one external
reference and is safe to open, and contains no personal information.
2. Activate HTML message display with "by clicking here" at the end of the
"Note: This is a HTML mesasage..." header.
3. Load external references with "by clicking here" at the end of the "Note:
This HTML message..." header.
4. Observe that the white logo is shown in the blue box at the top.
5. Select File - Print Preview. In the preview observe that the logo is
replaced by a "broken image" graphic.
6. Close the preview and select "Print..." to an printer or to a PDF file.
Observe that the same "broken image" is printed.

OBSERVED RESULT

"Broken image" graphic when printing

EXPECTED RESULT

External referenced image shown when printing, as on the screen.

SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.14.80
KDE Frameworks Version: 5.52.0
Qt Version: 5.11.2

ADDITIONAL INFORMATION

KMail configuration options:
Misc - Printing - Print background colour and images is set to ON.
Security - Reading - Prefer HTML to plain text is set to OFF.
Security - Reading - Allow messages to load external references is set to OFF.

Bug 391030 may be the same, but that does not make it clear whether HTML and/or
external references are allowed or requested.

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

[kontact] [Bug 371511] kontact/akregator crashes while trying to open a link from the list (middle click)

2018-10-19 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=371511

--- Comment #7 from Jonathan Marten  ---
(In reply to Christophe Giboudeaux from comment #6)
> (In reply to Jonathan Marten from comment #4)
> 
> Did you create a phabricator task for your patch ?

No, because I assumed (from the Qt bugreports) that it had been fixed in 5.9 or
certainly in 5.10.

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

[kmail2] [Bug 399245] Restore UI functionality related to "Show HTML side bar"

2018-09-30 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=399245

Jonathan Marten  changed:

   What|Removed |Added

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

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

  1   2   3   4   5   >