Giter VIP home page Giter VIP logo

maildrop's Introduction

Maildrop

Maildrop is an OSX application that makes it easy to copy email from Mail/Entourage/Outlook 2011 into tasks and cases in Salesforce.com

Not under active development anymore. Feel free to fork and modify as you like.

Build

A git submodule is used to pull in zkSforce, a cocoa library for accessing the salesforce.com API, so you'll after you've cloned the maildrop repo, you'll need to run git submodule init and git submodule update

maildrop's People

Contributors

superfell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

maildrop's Issues

Related To - Objects Not Available

I have 2 custom objects I have recently added to Salesforce. This was done after I downloaded Maildrop. Now when I try to relate an email to one of those 2 objects, they are not in the list to related them to. Interesting thing is that some of the other new objects ARE in the list. I tried uninstalling and reinstalling Maildrop, but no change.

support record types for new records

from the add email dialog, you can create new records, this should support picking a record type (e.g. to handle person accounts when creating new contacts)

Select only one message...

My Mail is configured to View Messages by Conversation. When I select one of the messages of the conversation and click on Add Email, maildrop is asking me to 'Select only one message' to send to Salesforce.

Please help!

Cheers,

Andre

MailDrop no longer works under OS X 10.9 "Mavericks'

When running MailDrop v2.93 under OS X 10.9 "Mavericks"
Clicking "Add Mail" now brings the following error message:

script /Applications/Maildrop.app/Contents/Resources/outlook scripts/Add Email to Salesforce.com.scpt

error {
NSAppleScriptErrorAppName = "Microsoft Outlook";
NSAppleScriptErrorBriefMessage = "recipient of item 1 of {incoming message id 288397} doesn\U2019t understand the \U201ccount\U201d message.";
NSAppleScriptErrorMessage = "Microsoft Outlook got an error: recipient of item 1 of {incoming message id 288397} doesn\U2019t understand the \U201ccount\U201d message.";
NSAppleScriptErrorNumber = -1708;
NSAppleScriptErrorRange = NSRange: {1692, 32};

Mark e-mail as "salesforced" in e-mail client?

Hi,

Would it be possible to implement a feature which automatically tags e-mails as "salesforced" once they have been added to salesforce?

I'm thinking of an automated way of right-clicking on the e-mail -> tag -> salesforce, so that a "salesforce" tag is automatically added. That way, it's easy to keep track of whether an e-mail has been salesforced or not.

ditch applescripts and use scripting bridge instead.

Communication with the supported mail clients all is done via an applescript that reads data from the mail app, and uses applescript to send that data into maildrop, these scripts are a pain to write, and maintain, and can get confused when there are multiple copies of the maildrop app around. We should stop using these scripts and instead use scripting bridge to communicate with the mail apps which'll make it easier to maintain that applescript/interface code. and because it can then be a direct client, there's no need to go through applescript to maildrop, solving some of those multiple instance problems.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.