Skip to content

Instantly share code, notes, and snippets.

@pocki80
pocki80 / imap-attachment.php
Last active October 6, 2020 09:39 — forked from hakre/imap-attachment.php
Save attachments from imap messages to disk.
<?php
/**
* imap-attachment.php
*
* @author hakre <hakre.wordpress.com>
* @link http://stackoverflow.com/questions/9974334/how-to-download-mails-attachment-to-a-specific-folder-using-imap-and-php
*
* mods by <pocki@pocki.at> to support content-type:attachment
*/