https://bugs.kde.org/show_bug.cgi?id=399094
--- Comment #1 from Ralf Habacker <ralf.habac...@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 watching all bug changes.