The tag has no wiki summary.

learn more… | top users | synonyms (1)

41
votes
8answers
41k views

Trying to attach a file from SD Card to email

I am trying to launch an Intent to send an email. All of that works, but when I try to actually send the email a couple 'weird' things happen. here is code Intent sendIntent = new ...
35
votes
4answers
28k views

Android multiple email attachments using Intent

I've been working on Android program to send email with an attachment (image file, audio file, etc) using Intent with ACTION_SEND. The program is working when email has a single attachment. I used ...
33
votes
7answers
17k views

How to add an UIImage in MailComposer Sheet of MFMailComposeViewController in iPhone

I am asking this question second time in a different manner -- I want to insert UIImages inside the composer sheet of MFMailComposerViewController. Please note I don't want to attach them, but I ...
27
votes
2answers
13k views

Download attachments using Java Mail

Now that I`ve downloaded all the messages, and store them to Message[] temp; How do I get the list of attachments for each of those messages to List<File> attachments; Note: no thirdparty ...
21
votes
7answers
9k views

PhpMailer vs. Swiftmailer?

I'm building a fairly simple php script that will need to send some emails with attachments. I've found these 2 libraries to do this. Does either one have significant advantages over the other? Or ...
18
votes
5answers
2k views

Images in email: link or embed?

I noticed that almost all email messages I get do not embed images, but link them from the http instead (and they get blocked by default of course). I'm sending HTML email for my service and can ...
15
votes
1answer
14k views

Grails File Download

I'm trying to craete a site which allows users to upload any file type they like. I've implemented this feature fine, and the file is held on the server. Later on they can download the file to view, ...
13
votes
1answer
8k views

Python: Sending Multipart html emails which contain embedded images

I've been playing around with the email module in python but I want to be able to know how to embed images which are included in the html. So for example if the body is something like <img ...
11
votes
3answers
28k views

C# MailTo with Attachment?

Currently I am using the below method to open the users outlook email account and populate an email with the relevant content for sending: public void SendSupportEmail(string emailAddress, string ...
11
votes
3answers
789 views

How do I attach a prawnto-rendered .pdf to an email in Rails 2.3.5?

My application creates a .pdf file when it is rendered by passing it to the URL (for example, domain.com/letter/2.pdf) It doesn't get saved anywhere. How can I make that actual pdf an attachment in ...
10
votes
2answers
12k views

Sending email with attachments from C#, attachments arrive as Part 1.2 in Thunderbird

I have a C# application which emails out Excel spreadsheet reports via an Exchange 2007 server using SMTP. These arrive fine for Outlook users, but for Thunderbird and Blackberry users the attachments ...
10
votes
2answers
2k views

Send email with attachment using client's email application

I need my locally-installed, thick-client application (Qt / C++) to generate a ready-to-be-sent email message on the client's machine: This message must contain the contents of a relatively small ...
10
votes
3answers
1k views

Not losing paperclip attachment when model cannot be saved due to validation error

The scenario is a normal model that contains a paperclip attachment along with some other columns that have various validations. When a form to to create an object cannot be saved due to a validation ...
10
votes
1answer
2k views

Intent filter to download attachment from gmail apps on Android

I have android application with intent filter (ACTION_VIEW) to open file and import it into my application. I wish to download file attachment from gmail app into my application. Some of file type ...
9
votes
1answer
289 views

Outlook IMAP completed email and attachments download event

My Outlook add-in (C++) processes received email attachments as they are received, which works fine for POP3 accounts, but doesn't work with IMAP accounts because I only receive the email header with ...
8
votes
5answers
11k views

How do I send attachments using SMTP?

I want to write a program that sends email using Python's smtplib. I searched through the document and the RFCs, but couldn't find anything related to attachments. Thus, I'm sure there's some ...
8
votes
2answers
5k views

Stream as an Attachment to System.Net.Mail is 0 bytes

I've got a project where I'm using a PDF generator to send a file to a user. We'd like to give the user the option to attach this file to an email instead, and we're having trouble using the Stream ...
8
votes
2answers
5k views

Attach File Through mailto URI

Is it possible to attach a file using "mailto:" redirect in javascript? Something like this: document.location = "mailto:"+recipient+"?subject="+subject+"&body="+msg+"?attach="+"file1.zip";
8
votes
3answers
4k views

Android: How do I attach a temporary, generated image to an email?

I have a programmatically generated image that I want to send as an attachment via the ACTION_SEND and EXTRA_STREAM method. But how do i do this? My first attempt (writing to my ...
8
votes
2answers
1k views

How to send a csv attachment with lines longer than 990 characters?

Alright. I thought this problem had something to do with my rails app, but it seems to have to do with the deeper workings of email attachments. I have to send out a csv file from my rails app to a ...
8
votes
4answers
17k views

How can a Delphi Program send an Email with Attachments via the DEFAULT E-mail Client?

Within my program, I am composing an email to send using the default e-mail client software installed on a user's machine. I have composed the mailto address, the subject, the multilined body, and I ...
8
votes
1answer
608 views

Storing uploaded file data with RavenDB

What's the current best practice for storing file data with RavenDB? (CDN or RavenDB Attachments) I have been looking at Rob Ashton's excellent demo application RavenDB Photo Gallery Project. In the ...
8
votes
2answers
14k views

How do I write a restful web service that accepts a binary file (pdf)

I'm trying to write a restful web service in java that will take a few string params and a binary file (pdf) param. I understand how to do the strings but I'm getting hung up on the binary file. Any ...
8
votes
2answers
149 views

How to restrict a function to a subtree in emacs org-mode?

I am using org-mode and org-attach extensively which means that there can be many attachment directories associated with one org file. On worg I found a function from Matt Lundi which allows to see ...
7
votes
3answers
9k views

PHP mail() attachment problems

Can someone help me figure out why this keeps returning false? $to = "myemail@mydomain.com"; $from = "Website <website@mydomain.com>"; $subject = "Test Attachment Email"; $separator = ...
7
votes
4answers
6k views

Fetching attachments from gmail via either python or php

I have been trying to find information on how to retrieve attachments from a gmail account in either python or PHP, I'm hoping that someone here can be of some help, thanks. Related: How can I ...
7
votes
3answers
3k views

How to detect when a user has successfully finished downloading a file in php

I've got a php page which handles requets for file downloads. I need to be able to detect when a file has been downloaded successfully. How can this be done? Perhaps there's some means of detecting ...
7
votes
3answers
347 views

Get the Gmail attachment filename without downloading it

I'm trying to get all the messages from a Gmail account that may contain some large attachments (about 30MB). I just need the names, not the whole files. I found a piece of code to get a message and ...
7
votes
3answers
2k views

ICS in Outlook being sent as a .msg file

I have an application, it is creating an ICS similar to the following: BEGIN:VCALENDAR VERSION:2.0 METHOD:REQUEST BEGIN:VEVENT ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:test1234@gmail.com ...
7
votes
3answers
829 views

C# Get filename from mail attachements

I have a simple C# app that send SMTP emails (using System.Net.Mail classes). After sending (emailing) a MailMessage object I want to iterate through the list of the attachments and delete the ...
7
votes
1answer
7k views

How to create an email with embedded images that is compatible with the most mail clients

We have created a system that allows embedding an image in an outgoing email. Here is the original message our system creates. This example contains an image attachment and an embedded image. ...
7
votes
4answers
1k views

How can I send an Excel file by email?

I have an excel file (Excel 2003 / xls format) and I want to send it by email with c#. My code send it successfully, but when I try to open the response file, it seems to encoded wrongly. For example ...
7
votes
1answer
678 views

Register new mime type in android

this is related to question how to open an attachment with my applicacion from within the email app? (mime type, intent filter ...) which I thought I had it solved, but it is not. I found that some ...
6
votes
9answers
1k views

Sending mails with attachment via NodeJS

Is there any library for NodeJS for sending mails with attachment? With best regards, sdepold
6
votes
2answers
15k views

Android: Intent.ACTION_SEND with EXTRA_STREAM doesn't attach any image when choosing Gmail app on htc Hero

On the Emulator with a default mail-app all works fine. But I have no attach when I'am receiving a mail which I've sent from my Hero using a Gmail app. The default Mail app on the hero works fine. ...
6
votes
2answers
2k views

How to show “Open In…” when a user tries to open email attachments in iOS

I've seen some iOS apps have this function: When a user tries to open an email attachment, they can press and hold on the attachment for a couple of seconds, and a popup menu will appear displaying ...
6
votes
2answers
5k views

How can I download IMAP mail attachments over SSL and save them locally using Perl?

I need suggestions on how can I download attachments from my IMAP mails which have attachments and current date in subject line i.e. YYYYMMDD format and save the attachments to a local path. I went ...
6
votes
1answer
2k views

Parsing Multipart emails in python and saving attachments

I am pretty new to python and I am trying to parse email from gmail via python's imaplib and email. It is working pretty well but I am having issues with email attachments. I would like to parse out ...
6
votes
3answers
426 views

How to open attachment list of media?

In Android messaging, when click on attach it open the list of content provider like Camera, Gallery, Audio, Video etc. How to open the same list on button click? Like this :
6
votes
5answers
19k views

HTTP response header content disposition for attachments

Background Write an XML document to a browser's response stream and cause the browser to display a "Save As" dialog. Problem Consider the following download() method: HttpServletResponse ...
6
votes
4answers
13k views

Sending mail with attachments programatically in ASP.NET

I am dynamically generating a number of different types of files based upon a GridView in ASP.NET - an Excel spreadsheet and a HTML file. I am doing so using this code (this is just for the Excel ...
6
votes
1answer
4k views

Creating a couchdb standalone attachment using cURL

I am currently playing with couchdb and testing out the 'standalone attachments' feature, which is described near the bottom of this page. I am trying to use curl's --data-urlencode feature to send ...
6
votes
1answer
1k views

How can I attach multiple files to an ActionMailer mail object? (Without it attaching several unwanted text files as well.)

I am successfully generating and sending an email with the following code. class UserMailer < ActionMailer::Base default :from => 'user@user.com', :date => Time.now def ...
6
votes
1answer
1k views

Get attachments from a JAX-WS WebService with a JAX-RPC Client

As we migrate from JAX-RPC to JAX-WS I'm trying to Call a WebService, which uses JAX-W/JAXB. The client itself is still using JAX-RPC. The WSDL File is kept the same. This works fine, as long, as ...
6
votes
4answers
1k views

How to send mail with large size attachment using System.Net.Mail to Google Apps?

I am trying to send mail with large size attachment upto (1MB,2MB). But sending mail fails.(Sending to Google Apps) as: MailItemEntry[] entries = new MailItemEntry[1]; String EmlPath = ...
6
votes
1answer
528 views

Is PHP's mail() function attachment support a bit broken on Windows?

I had a ticket logged by a customer today reporting that PHP's mail() function was timing out on him on one of our Windows 2003 Server boxes when trying to send attachments. Upon investigating I was ...
6
votes
1answer
752 views

Attachment's name is wrong decoded if norwegian letters are used

I have this piece of code which creates an attachment and sends email. If name of the file contains æ, ø or æ, the name is totally destroyed. If I remove norwegian letters, everything is ok ...
5
votes
2answers
2k views

php: download variable content as file

Is the subject possible? I have a script executing. At one point I have a large piece of text in a variable. Could I make it available as a downloadable file without actually writing variable content ...
5
votes
4answers
7k views

SharePoint 2010 - Client Object Model - Add attachment to ListItem

I have a SharePoint List to which I'm adding new ListItems using the Client Object Model. Adding ListItems is not a problem and works great. Now I want to add attachments. I'm using the ...
5
votes
2answers
1k views

Download file on click - Ruby on Rails

My application is using Rails 2 backend, Heroku for hosting, Paperclip for file uploads, and Amazon S3 for file storage. Right now users can upload files with paperclip + s3 - this works flawlessly. ...

1 2 3 4 5 22