Warning: session_start(): open(/tmp/sess_mtdctfm4c0ppv8ffqks45qrsb3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Attach to Email Service Menu openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Attach to Email Service Menu

   0.7.5  

KDE Service Menu

Score 64%
Attach to Email Service Menu
zoom


Attach to Email Service Menu
zoom


Attach to Email Service Menu
zoom


Link:  http://
Downloads:  9442
Submitted:  Mar 7 2004
Updated:  Oct 30 2006

Description:

A service menu for Konqueror that works in conjunction with a python script to allow the user to select multiple files and add them as attachments to an email using whatever mail client is configured. If a directory is selected, then its contents will be attached to the email recursively.

To Install:
0) tar -jxf attach-to-email-servicemenu.tar.bz2

1) cd attach-to-email-servicemenu

2) ./install.sh --remove-old
#Get rid of previous installations.

3) ./install.sh [--global-install|--local-install]
#Depending on whether you want system-wide or not.

The Readme file included explains how to set this up for different email clients.




Changelog:

0.7.5 New Italian translation by Giurerro.

0.7.4 New Russian translation by Kalimullin Arthur and completed French translation by LaFleche.

0.7.3 New German translation by Adrian Freihofer and partial French translation by LaFleche. Also added instructions for KMail.

0.7.2 New Hungarian translation by Paul Körössy, some minor cleaning, and instructions for Mozilla Thunderbird.




LicenseGPL
Send to a friend
Subscribe
Other  Content  from dschrader
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9 

-

 Gentoo

 
 by Flameeyes on: May 8 2004
 
Score 50%
FlameeyesFlameeyes
Gentoo Linux
Home

I have created a kde-service-menus ebuild in my ebuildpack, and from version 20040508 it installs this service menus.
Can be downloaded from http://flameeyes.web.ctonet.it/


Reply to this

-

 Yeah!=)

 
 by SunWind on: May 8 2004
 
Score 50%

That's cool!=)


Reply to this

-
.

 error when ...

 
 by mipmip on: May 16 2004
 
Score 50%

When the directory "servicemenus' not exits which will occur when a user never played before with servicemenu. The install script gives an error instead of trying to create it first.


Reply to this

-
.

 in spanish...

 
 by pio on: May 27 2004
 
Score 50%

Hi. You could use this in spanish:
Attach to email: Enviar por correo
Attached files: Incluye archivos
Attached should be: Este correo debe incluir los archivos:

I think that was all. One more thing, you could os.path.basename(path) to avoid showing the full path in the list of files. I think that would be safer.

Thanks for your great job.


Reply to this

-

 Thanks

 
 by dschrader on: May 28 2004
 
Score 50%

Thanks for the translation; I added it.

I prefer full path names because it shows the directory structure, but I can see how that might be a security issue for some. It's a really simple change to make, though.


Reply to this

-

 Error

 
 by WeeImp on: May 29 2004
 
Score 50%

I've installed this, both locally and globally - and both times, get the same error message.

When I right click, I see the option to attach to an email under actions. When I click that, I get:

'/home/weeimp/.kde//bin/attach-to-email %U'

But the program is there :) I'm thinking the program can't locate kmail?

I tried running it from the command line, and I get this error:
*********************
Traceback (most recent call last):
File "./attach-to-email", line 74, in ?
if value!="" and not os.path.samefile("%s/bin/kmail" % kdeprefix,value):
File "/usr/lib/python2.2/posixpath.py", line 208, in samefile
s2 = os.stat(f2)
OSError: [Errno 2] No such file or directory: 'kmail'
*************************

But I'm not a programmer, and not sure what to make of it. Kmail is certainly present on my system, in /usr/bin/kmail

Any ideas? Should I try changing the script somewhere?

Thanks! This looks good, if I can get it to work!


Reply to this

-

 Re: Error

 
 by WeeImp on: May 29 2004
 
Score 50%

Hmmm.. well, as I said, I'm not a programmer, but I'm willing to experiment and try things :)

Anyhow, I commented out lines 74 and 75 just to see what would happen, ie:

************
#if value!="" and not os.path.samefile("%s/bin/kmail" % kdeprefix,value):
# emailclient=value
*************

and now it works!
*shrug*... I have no idea why... it was just a hunch.


Reply to this

-

 Re: Re: Error

 
 by dschrader on: May 30 2004
 
Score 50%

Thanks for pointing this out. I think I fixed it in this next release.


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team