[kmymoney] [Bug 399094] Plugin for accessing transaction bills

Ralf Habacker bugzilla_noreply at kde.org
Thu Sep 27 08:45:32 BST 2018


https://bugs.kde.org/show_bug.cgi?id=399094

--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
The basic procedure for fetching email attachments from an IMAP server is shown
in the php script of
https://stackoverflow.com/questions/44801931/how-can-i-download-all-files-attachments-in-php

In the KDE context this would be possible via the IMAP kioslave plugin, which
can be called e.g. in the KDE4 environment with kioclient.

1. retrieve a list of emails containing '231549460-0002' in the subject line
    kioclient ls 'imaps://<username>@<host>/INBOX/;?SUBJECT%20231549460-0002'
     INBOX
     45870
     45871
2. downloading the e-mail concerned
    kioclient cat 'imaps://<username>@<host>/INBOX/;UID=45870'

The imap kioslave plugin is currently not available for KF5 (see
https://phabricator.kde.org/T9758)

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


More information about the KMyMoney-devel mailing list