Sponsored Content
Full Discussion: Attachments
Contact Us Post Here to Contact Site Administrators and Moderators Attachments Post 302211796 by Neo on Friday 4th of July 2008 11:16:23 AM
Old 07-04-2008
What size attachments do you suggest for what type of file extensions?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mail attachments

I'm writing scripts on HP-UX. Is there a way to attach a file to a mail message. I don't want to imbed the data in the mail message. (1 Reply)
Discussion started by: Multithreaded
1 Replies

2. How do I send email?

multiple attachments

how can you send multiple attachments in 1 email, usually I just use uuencode to send 1 attachment. thanks (5 Replies)
Discussion started by: edog
5 Replies

3. UNIX for Dummies Questions & Answers

Email Attachments

I use metasend to send an attachment to an email. The attached file has a .csv extension however when the email is received the extension is changed to .att. Does anyone know why ? I need the name to remain as .csv (1 Reply)
Discussion started by: fabbas
1 Replies

4. Solaris

mail with attachments

I want to send a mail with three attachments, but nothing happened. I tried it with mail and mailx. Are there special options for these commands or is it not possible to send mails under Solaris with attachments? Must there be special adjustments in the environment? Can anyone give an... (6 Replies)
Discussion started by: ninjadan
6 Replies

5. UNIX for Dummies Questions & Answers

sendmail attachments

Dear all, I've been working with AIX for, um, 15 years now and I have read all I can about the above, but I am stuck. Everything seems to point to using sendmail on the command line to embed a uuencoded attatchment will not work. Using something like "(cat plain.txt;uuencode attach.file... (4 Replies)
Discussion started by: rbatte1
4 Replies

6. Shell Programming and Scripting

sendmail with attachments

Hi, I got the following script from Ygor on this site: #!/usr/bin/ksh export MAILTO="email_address" export CONTENT="/export/home/aisdba/email_body.html" export SUBJECT="subject of email" ( echo "Subject: $SUBJECT" echo "MIME-Version: 1.0" echo "Content-Type: text/html" echo... (9 Replies)
Discussion started by: suthera
9 Replies

7. UNIX and Linux Applications

Attachments in MUTT.

Can any body figure out how to attach the attachments mails while drafting them in MUTT form any location on my system. I am not able to figure it out. (0 Replies)
Discussion started by: nixhead
0 Replies

8. Shell Programming and Scripting

Sendmail gz Attachments

Hi All, I have a problem again with sendmail content type . I am trying to attach the gz file to the html email but couldnt figure out even after extensive google. Here is my code. ( echo "From: $FROM" echo "To: $MAILTO" echo... (3 Replies)
Discussion started by: posner
3 Replies
RIPOLE(1)						      General Commands Manual							 RIPOLE(1)

NAME
ripole - extracts attachments from OLE2 data files (ie, MS Office docs). SYNOPSIS
ripole -i <ole2_file> -d <directory> [--save-unknown-streams] [--version|-V] [--verbose|-v] [--debug] [--help|-h] DESCRIPTION
ripole is a small program/library designed to pull out attachments from OLE2 data files. It can handle most of Microsoft Office documents like "doc" (Word), "xls" (Excel) or "ppt" (Powerpoint). OPTIONS
-i <ole2_file> Input OLE2 file (usually any Microsoft Office document). -d <directory> Extract attachments to <directory>. --save-unknown-streams Extract unknown attachements too. --version, -V Print ripOLE version. --verbose, -v Print verbose output. --debug Print debugging informations. --help, -h Show this help. EXAMPLE
ripole -i xam-doc1.doc -v -d tmp Decoding filename=short-XAMIME.dat Decoding filename=mp71.exe Decoding filename=MPSetup.exe SEE ALSO
Homepage: http://www.pldaniels.com/ripole/ AUTHOR
This manual page was written by Adam Cecile <gandalf@le-vert.net> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. Version 0.2.0 May 2007 RIPOLE(1)
All times are GMT -4. The time now is 12:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy