Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기
보존

How can I filter mp3 attachments to a folder?

Zenos replied
trainingwheels

I receive many .mp3 attachments and would like to have them automatically filtered and moved from my inbox to an MP3 folder folder when they are received.

Is that possible?

I receive many .mp3 attachments and would like to have them automatically filtered and moved from my inbox to an MP3 folder folder when they are received. Is that possible?

모든 댓글 (3)

The "body" using contains gets access to the normally non visible body parts, so you could use a filter the check for the MIME type of MP3. So you could do a filter on "Content-Type: audio/mpeg;" But that is where it gets messy.

MP3 is a derivative on MPEG. So your files may be listed as audio/mpeg or audio/mp3 or a number of others.

This site list a few for HTML 5

http://voice.firefallpro.com/2012/03/html5-audio-video-mime-types.html

Wikipedia also has a table of audio mime type http://en.wikipedia.org/wiki/Internet_media_type

Unfortunately in a world of the internet not everyone uses the standards and there are always rugged individuals determined to do it their way. see http://stackoverflow.com/questions/10688588/which-mime-type-should-i-use-for-mp3

Therefore you may receive email from some clients with the type application/octet stream and an expectation that the file name will decipher the content type (Like windows uses) and other subtle variations.

Thank you for the information. I will study, and see if I can get a clue.

Robert

FiltaQuilla may be useful if you find what you want to do is beyond the built-in filtering capabilities.