Warning: session_start(): open(/tmp/sess_rhi3cvsd57mb2ftbnqdsjpisc7, 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 

-
.

 Different ?

 
 by imr on: Sep 22 2006
 
Score 50%

Can someone explain to me in what it is different from the already existing option in konqui to send file in an email, directories being zipped?


Reply to this

-

 Re: Different ?

 
 by AmyRose on: Jul 13 2007
 
Score 50%

I think the one that comes with your Konqueror installation only supports KMail, while this service menu lets you use any e-mail client.


Reply to this

-

 patch thunderbird

 
 by ptitpoul on: Sep 26 2007
 
Score 50%

For using with Mozilla Thunderbird 2 (Kubuntu gutsy), I had to change the python script:
- line 109, no \' around %s : attachments.append("%s" % (path))
- line 117, comma separation and "file://" : attachments=join(attachments,",file://")

Good servicemenu, but a little heavy for the translation system in my opinion: for 4 sentences, you may include them in the python script rather than to create a lot of tiny locale folders.

Why did you choose ~/.kde/bin rather than the common ~/bin ? As ~/bin is already in the PATH variable, you don't have to modify attachToEmail.desktop during the install process (more simple).

Regards


Reply to this

-
.

 patch for kde4

 
 by nadavkav on: Mar 27 2009
 
Score 50%

i had to remark lines 105 >> 109

#if os.path.isabs(path):
#if find(emailclient,"kmail")!=-1 or find(emailclient,"evolution")!=-1:
#kmail and evolution will interpret http char codes even for local files;
#this compensates for that.
#path=urlsafe(path)

for attachments to work fine in kmail

and copy the generated .desktop file from the current folder to
/usr/share/kde4/services/ServiceMenus
(for global kde4 availability)

thank you for a beautiful and useful service menu :-)


Reply to this

-
.

 KDE 4.2.2

 
 by reggler on: Jul 8 2009
 
Score 50%

Hi There,

I can't get this working with KDE 4.2.2 :(


chEErs roN
Reply to this

-

 Re: KDE 4.2.2

 
 by pkorossy on: Jul 20 2009
 
Score 50%

After applying this:
http://www.kde-apps.org/content/show.php/KDE4-servicemenus?content=80131
and modifying 'kde-config' to 'kde4-config' in the following lines in attach-to-email it works now in KDE4:

emailclient="$(kde-config --prefix)/bin/kmail -s %s --body %B --attach %A"
kdeprefix=commands.getoutput("kde-config --prefix")
kdelocalprefix=commands.getoutput("kde-config --localprefix")

But still have problem: I get an error message with wrong character in the filename if the name of the attachment contains '_' characters.

It would be nice this servicemenu to be updated for KDE4.


Paul
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