473,387 Members | 1,882 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Program to upload e-mails.

I'd like to know if anybody knows of a program already created that
allows the user to select e-mails in their browser or Outlook client
to upload to a web based database, i.e., mySQL?

I'd like to be able to click on my e-mails in Yahoo!, Gmail, or
Outlook 2003, and upload to a server that would allow me to search
with my browser.

If anybody has advice on a program that has already been created, or
if they have a suggestion on a programming language to accomplish
this, it would be great.

Regards,

--TJ
Jun 2 '08 #1
2 1235
On Fri, 18 Apr 2008 15:56:34 -0700 (PDT), te********@gmail.com wrote:
I'd like to know if anybody knows of a program already created that
allows the user to select e-mails in their browser or Outlook client
to upload to a web based database, i.e., mySQL?

I'd like to be able to click on my e-mails in Yahoo!, Gmail, or
Outlook 2003, and upload to a server that would allow me to search
with my browser.

If anybody has advice on a program that has already been created, or
if they have a suggestion on a programming language to accomplish
this, it would be great.
Best of luck with your project.

You might find it easier to set up forwarding orders for all your mail
addresses to a single one that already has massive searching functions.

--
14. The hero is not entitled to a last kiss, a last cigarette, or any other
form of last request.
--Peter Anspach's list of things to do as an Evil Overlord
Jun 2 '08 #2
te********@gmail.com wrote:
I'd like to know if anybody knows of a program already created that
allows the user to select e-mails in their browser or Outlook client
to upload to a web based database, i.e., mySQL?

I'd like to be able to click on my e-mails in Yahoo!, Gmail, or
Outlook 2003, and upload to a server that would allow me to search
with my browser.

If anybody has advice on a program that has already been created, or
if they have a suggestion on a programming language to accomplish
this, it would be great.

Regards,

--TJ
Not readily possible. Your web server has no access to what your
browser has loaded from another site, for instance.

The only way you could do some such would be to use cURL or similar on
your webserver to sign onto your email server, then fetch and parse the
information from gmail (or whatever) and display them in your window.
The PHP could would then have to take your input, fetch the requested
messages and post them.

It could be done. But it's a heck of a lot of bother. Just forward
them, as Peter suggested.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Jun 2 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a...
2
by: Sean Dotson | last post by:
I have a form that passes variables to an asp file and then uploads a file. For some reason the request.form is not getting the info from the form. It's returning blanks. Any insight would be...
2
by: Nathan Simpson | last post by:
Hi, Is it possible and how to run a program on our webserver after a file has been uploaded? This is all server based. We have a requirement that an end user uploads a file to our web server....
1
by: Chris | last post by:
Hi, how do I develop the following 'simple' program using ASP.NET webforms : a client has a text-file (aaa.txt) that has to be manipulated by code located on the server, the server would then...
0
by: mahsa | last post by:
hi I try to upload my program in server .in the server they instal .netframework and make a virtual directory for progra but when they run in in server is shows the erro Line 44: by...
0
by: cherry | last post by:
Dear All, I have written a program in sharepoint, in which will call a Web Service of another Sharepoint portal server so that documents from sharepoint portal server A can push document to...
3
by: Velhari | last post by:
Hi all, Please tell me how to recall the PhP Program to execute the process after it is submitted the contents into another PhP Program....... I have used Javascript to acheive this but...
3
by: c676228 | last post by:
Hi everyone, I will develop a program to enroll a group of people on-line. Since we don't have number limitation for the people in the group. I am wondering if there is any company allow people...
4
by: AshishMishra16 | last post by:
HI friends, I am using the Flex to upload files to server. I m getting all the details about the file, but I m not able to upload it to Server. Here is the code i m using for both flex & for...
4
by: kberish | last post by:
Hi, I am relatively new to ASP .NET / VB .NET. I want to be able to a take a program I compiled and upload any type of file to a server using POST method. I have seen many examples written for...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.