I noticed that there's a new feature in RS that allows you to submit files via email. Where can I find documentation on how to set this up and utilize it?
--
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
No. In checkmail setup, it pulls data from 'allowed extensions' as a convenient prepopulation only, so that without extra work, resources are more likely to be typed correctly for installations which have already thought about which extensions should be related to which types.
Otherwise the checkmail extension mappings have nothing to do with allowed extensions.
Just to mention that Google Mail renders the plugin unusable in latest revision.
$file['filename'] has to be setted to $part->dparameters[1] instead of $part->dparameters[0]. The later refers to the CREATION_DATE, rendering the plugin unusable.