Re: RevMail - Status in 9,0

2018-04-10 Thread Brian Milby via use-livecode
I was looking at the code last night for mobile mail. There are slight differences in how the two work besides just allowing attachments. There is some commented out code in the revMail version that still is in the mobileComposeMail version. Can’t remember if that was the iOS specific one or the ge

Re: RevMail - Status in 9,0

2018-04-10 Thread Ali Lloyd via use-livecode
Just looking at the code in MCKeywordsExecCommandOrFunction, it seems that there is no provision for passing to a 'global handler' (eg mobile-specific handlers or cameraControl handlers). On Tue, Apr 10, 2018 at 3:35 AM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > I did

Re: RevMail - Status in 9,0

2018-04-09 Thread Brian Milby via use-livecode
I did a check tonight and do see the same issue. I changed the common library to call mobileComposeMail and it worked with subject and addressee specified. I’ll do another test to be sure it works generally as before and submit a PR. Not sure why the pass isn’t working though. On Mon, Apr 9, 2018 a

Re: RevMail - Status in 9,0

2018-04-09 Thread Sannyasin Brahmanathaswami via use-livecode
ditto that… I only use it an mobile BR Andrew: I'll probably look at switching my code over from revMail to mobileComposeMail as Brian Milby recommended since I'm only using this in an iOS/Android app. ___ use-livecode mailing list use-l

Re: RevMail - Status in 9,0

2018-04-09 Thread Andrew Bell via use-livecode
I ran into this over the weekend but didn't check the list until this morning. After some testing I can confirm this bug appeared in 9.0.0dp11. Filed bug report @ https://quality.livecode.com/show_bug.cgi?id=21172 I'll probably look at switching my code over from revMail to mobileComposeM

Re: RevMail - Status in 9,0

2018-04-07 Thread Brian Milby via use-livecode
In earlier versions the common library did not make it to mobile. revMail was internally handled by mobileComposeMail (effectively anyway). Now, the common library makes it to mobile. The above code should still work, but should call the mail app to send the mail instead of doing it inside the app

Re: RevMail - Status in 9,0

2018-04-07 Thread Brian Milby via use-livecode
Yes, there was a change. I’ll have to wait until I can look at the code. It is in the common library. On Sat, Apr 7, 2018 at 1:21 PM Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > This was working in Standalones for iOS and Android in all versions < 8.* > > o

Re: Revmail won't work with Outlook (Really??)

2016-01-28 Thread Bob Sneidar
I'll give that a go. I shudder though at converting my stacks. Bad experience but I will make a backup. Bob S > On Jan 28, 2016, at 10:31 , Richard Gaskin wrote: > > Bob Sneidar wrote: > > I issue the command revmail theHelpdeskEmail, theDispatcherList, > > theSubject, theServiceData and I g

Re: Revmail won't work with Outlook (Really??)

2016-01-28 Thread Richard Gaskin
Bob Sneidar wrote: > I issue the command revmail theHelpdeskEmail, theDispatcherList, > theSubject, theServiceData and I get an error dialog: "Cannot start > Microsoft Outlook. The command line arguement is not valid. Verify > the switch you are using." The command works on the MacOS, but not > in

Re: Revmail problems on Windows 8

2015-07-01 Thread stephen barncard
Bless the engine, my son. -- Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words On Wed, Jul 1, 2015 at 2:55 PM, Bob Sneidar wrote: > To which I might add, > > Don’t put bad gas in the engine > Don’t over rev the engine > Don’t try to pull the engine apart, then put it back together “more b

Re: Revmail problems on Windows 8

2015-07-01 Thread Bob Sneidar
To which I might add, Don’t put bad gas in the engine Don’t over rev the engine Don’t try to pull the engine apart, then put it back together “more better” I’ll leave it up to everyone’s imaginations to determine what the coding correlations for these are. It’s only my intent to seem wise. Bob

Re: Revmail problems on Windows 8

2015-07-01 Thread Richard Gaskin
David V Glasgow wrote: > The good news is that using the launch url workaround recommended by > Richard (below) worked fine. So anyone encountering the same issue > can take this route. Thanks Richard. > > Why Revmail should fail in the way I have described is beyond me. > Maybe brighter coders

Re: Revmail problems on Windows 8

2015-07-01 Thread David V Glasgow
I originally sent this a couple of days ago, but it has never appeared on the list. Apologies if it ends up a double post…. Based on the advice received when I posted this issue, I checked the result immediately after the revmail line was executed. Interestingly, the result-put line was not e

Re: Revmail problems on Windows 8

2015-06-21 Thread Richard Gaskin
David V Glasgow wrote: > I had carefully tested all the complex stuff, but hadn’t bothered > with this because it was a single line of script: > > revMail “Cluster.Buster@*.nhs.uk",,"Cluster Buster - help > I'm stuck" > > It works fine in the dev environment, and on Mac standalones.

Re: Revmail problems on Windows 8

2015-06-21 Thread Skip Kimpel
David, A lot has to do with what email client is installed on that machine and if it is open and running. For consistent results, I usually call a VB script to create the email and then send it to the users Outlook client. I didn't write it but I would be more than happy to share it if you ar

Re: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread sebastien
On 12/02/2015 15:19, Richard Miller wrote: I am having a problem getting RevMail to work in an IOS LC stack. I have tried five different versions of LC (from 6.6 to 7.0.1), but each time I try the RevMail function, the system displays a blank email with only the subject line filled in. I can't

Re: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Richard Miller
Re-installed Xcode. Revmail now works on my phone, but not in simulator. On 2/12/15 10:40 AM, Richard Miller wrote: Can anyone confirm if this is working with OSX 10.10.2? I am having the same crash testing it on my iPhone 6+ On 2/12/15 10:33 AM, Ralph DiMola wrote: I have no problems send

Re: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Richard Miller
Can anyone confirm if this is working with OSX 10.10.2? I am having the same crash testing it on my iPhone 6+ On 2/12/15 10:33 AM, Ralph DiMola wrote: I have no problems sending mail with both iOS and Android devices. This is the command I use for both. revMail tEmailAddress , , tSubject, tB

RE: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Ralph DiMola
I have no problems sending mail with both iOS and Android devices. This is the command I use for both. revMail tEmailAddress , , tSubject, tBodyText LC 6.7.1 Xcode 6.1.1 OSX 10.9.5 (iOS versions) LC 6.6.5 Win XP SP3 (Android versions) I generally don't use the simulator. This is probably simula

Re: RevMail

2013-09-18 Thread Magicgate Software - Skip Kimpel
I believe I solved this issue. Instead of using commas in-between the quotes, use semi-colons, just as Outlook would so it would read like this: revMail "te...@test.com;te...@test.com","te...@test.com;te...@test.com"," Subject here", "This is my message" Having said that, I think I have aband

Re: RevMail

2013-09-17 Thread Magicgate Software - Skip Kimpel
That I did... so it looks like this (just to clarify:) revMail "te...@test.com,te...@test.com","te...@test.com,te...@test.com"," Subject here", "This is my message" On Tue, Sep 17, 2013 at 3:33 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hi Skip, > > You can do this, but y

Re: RevMail

2013-09-17 Thread Mark Schonewille
Hi Skip, You can do this, but you have to put the entire comma-separated list in one pair of double quotes. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use

Re: revMail to Browser

2012-09-20 Thread Roger Eller
If there is already email client application associated with mailto: links (which is what revMail is using), the gMail Notifier add-on can help by assigning a default browser to handle them. http://toolbar.google.com/gmail-helper/notifier_windows.html I always set it to NOT start when Windows sta

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Roger Eller
On Sun, Jul 17, 2011 at 2:44 PM, Pete wrote: > Sorry Roger, should have included a link - here it is: > > http://mail.google.com/support/bin/answer.py?answer=10966 > > It's actually part of the Gmail Notifier plugin which works on Windows and > Mac. > > Pete > Molly's Revenge

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Pete
Sorry Roger, should have included a link - here it is: http://mail.google.com/support/bin/answer.py?answer=10966 It's actually part of the Gmail Notifier plugin which works on Windows and Mac. Pete Molly's Revenge On Sun, Jul 17, 2011 at 11:29 AM, Roger Eller w

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Roger Eller
On Sun, Jul 17, 2011 at 2:16 PM, Pete wrote: > There's a Gmail plugin available from Google that makes Gmail come up when > you click a mail link instead of the default for the computer, but I don't > know how that would interact with revMail > Pete > Molly's Revenge

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Roger Eller
On Sun, Jul 17, 2011 at 1:56 PM, Ken Ray wrote: > > On Jul 17, 2011, at 12:48 PM, Roger Eller wrote: > > > I need to pass a revMail or mailTo string to Gmail even when another > email > > client is configured as the default. Any suggestions? > > What platform(s) do you need this on? > > > Ken Ray

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Pete
There's a Gmail plugin available from Google that makes Gmail come up when you click a mail link instead of the default for the computer, but I don't know how that would interact with revMail Pete Molly's Revenge On Sun, Jul 17, 2011 at 10:48 AM, Roger Eller wrot

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Ken Ray
On Jul 17, 2011, at 12:48 PM, Roger Eller wrote: > I need to pass a revMail or mailTo string to Gmail even when another email > client is configured as the default. Any suggestions? What platform(s) do you need this on? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web S

Re: revMail

2011-02-07 Thread Richmond
On 02/07/2011 11:13 PM, Warren Samples wrote: On Mon, 2011-02-07 at 23:02 +0200, Richmond wrote: On 02/07/2011 10:58 PM, Warren Samples wrote: On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: I wonder why: on mouseUp revMail "x...@gmail.com", ,"Important Information","The sun is shinin

Re: revMail

2011-02-07 Thread Warren Samples
On Mon, 2011-02-07 at 23:02 +0200, Richmond wrote: > On 02/07/2011 10:58 PM, Warren Samples wrote: > > On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: > >> I wonder why: > >> > >> on mouseUp > >> revMail "x...@gmail.com", ,"Important Information","The sun is shining" > >> end mouseUp > >> >

Re: revMail

2011-02-07 Thread Bob Sneidar
I think a feature request is in order for a Livecode preference for preferred web and email client. The choices could be Default (for systems that support it) or Other... in which case you could choose the web and email client you prefer. I'm not sure however, how you would call up a web mail cl

Re: revMail

2011-02-07 Thread Richmond
On 02/07/2011 10:58 PM, Warren Samples wrote: On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: I wonder why: on mouseUp revMail "x...@gmail.com", ,"Important Information","The sun is shining" end mouseUp doesn't seem to send an email to x...@gmail.com (on Linux, at least)? I have tried

Re: revMail

2011-02-07 Thread Richmond
Thank you, both John and Roger. Certainly Roger's screenshot was a model of clarity. However, my Ubuntu box did not evoke Thunderbird (my e-mail client) nor the inbuilt Evolution. Mind you part of this might be that Linux does not really have a way to set one's default e-mail client. The fact

Re: revMail

2011-02-07 Thread Warren Samples
On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: > I wonder why: > > on mouseUp >revMail "x...@gmail.com", ,"Important Information","The sun is shining" > end mouseUp > > doesn't seem to send an email to x...@gmail.com (on Linux, at least)? > > I have tried this for 2 e-mail addresses wit

RE: revMail

2011-02-07 Thread John Dixon
It composes the email for you in your default email program... you then send it from there > Date: Mon, 7 Feb 2011 22:36:11 +0200 > From: richmondmathew...@gmail.com > To: use-livecode@lists.runrev.com > Subject: revMail > > I wonder why: > > on mouseUp >revMail "x...@gmail.com", ,"Importa

Re: revMail and Bcc

2010-12-27 Thread william humphrey
Thank you. I will search on the internet for this except that it isn't really a solution because then everyone that uses my program would also have to install this unix thing. It would be easier if RevMail just had another parameter for the BCC. On Mon, Dec 27, 2010 at 12:39 PM, Pierre Sahores wr

Re: revMail and Bcc

2010-12-27 Thread Pierre Sahores
If mail is installed (need to be !), it can work from your own (OSX or Linux) box as well. Best, Pierre Le 27 déc. 2010 à 17:25, william humphrey a écrit : > The problem with that lesson is that it is for a running server. So if > you're just running your regular old computer the shell command

Re: revMail and Bcc

2010-12-27 Thread william humphrey
The problem with that lesson is that it is for a running server. So if you're just running your regular old computer the shell commands do nothing. At least the RunRev folks see that BCC is important. ___ use-livecode mailing list use-livecode@lists.runre

Re: revMail and Bcc

2010-12-27 Thread Pierre Sahores
Hi William, See the lesson RunRev wrote for us about this at : Best, Pierre Le 27 déc. 2010 à 02:25, william humphrey a écrit : > The *revGoURL* command is deprecated and should not be us

Re: revMail and Bcc

2010-12-26 Thread william humphrey
The *revGoURL* command is deprecated and should not be used in new code. But RevMail does not allow for BCC revMail address[,ccAddress[,mailSubject[,messageBody]]] Is there another way to send an email with a BCC field? Thanks, Bill On Fri, May 30, 2008 at 9:41 AM, Klaus Major wrote: