Re: LC, Mac Mail & Rules

2021-02-24 Thread Richmond via use-livecode
Tough to let you know my results if none of us have your script . . . Best, Richmond. On 24.02.21 5:19, Rick Harrison via use-livecode wrote: I have a script in my LC server that composes an email and sends it to my Mac Mail Inbox. I have set up a rule that says if the subject is “Something Co

Baffling can't create variable message

2021-02-24 Thread David V Glasgow via use-livecode
LiveCoders, I have a pulldown menu button to which I want to append new searches that it does not already contain. I have scripted this in various ways, multiple lines, single line, add parentheses, leave ‘em out, use extra variable/not, in an attempt to isolate what I am doing wrong. Someti

Re: LC, Mac Mail & Rules

2021-02-24 Thread matthias rebbe via use-livecode
How do you compose the email? Are you using the Mime library for it? Are you using shell() function to send the email after composing or the tsNET external? - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.02.2021 um 04:19 schrieb Rick Harrison via use-livecode > : > > I have a sc

Re: Baffling can't create variable message

2021-02-24 Thread matthias rebbe via use-livecode
David, the Text is a property of button "search all". You have to use "set the text" set the text of button "search all" to return & fld "custom" & the text of button "search all" - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.02.2021 um 12:53 schrieb David V Glasgow via us

Re: Baffling can't create variable message

2021-02-24 Thread David V Glasgow via use-livecode
h! Why did that not occur to me? Damn, on one of my variants I was so close, though... Thanks Matthias Cheers David G > On 24 Feb 2021, at 12:42 pm, matthias rebbe via use-livecode > wrote: > > David, > > the Text is a property of button "search all". You have to use "set th

Re: LC, Mac Mail & Rules

2021-02-24 Thread Rick Harrison via use-livecode
Hi Richmond, I’m sorry if I wasn’t clear enough about what I was asking. My script is fine! I can reproduce the problem just by sending a normal email in the usual physical way that we send emails everyday. (No script required.) I am using the Apple Mac Mail Rules option to filter. Can you pl

Re: LC, Mac Mail & Rules

2021-02-24 Thread Rick Harrison via use-livecode
Hi Matthias, The problem is not with the script because I can reproduce the problem without using it at all. Just test the Rules part of Mac Mail in Catalina, to see if an auto reply generates Hexadecimal numbers in the Subject line. Thanks, Rick > On Feb 24, 2021, at 7:21 AM, matthias rebbe v

Re: LC, Mac Mail & Rules

2021-02-24 Thread matthias rebbe via use-livecode
Okay, understood. ;) I've tried here in a VM with macOS 14.3 now. I created a rule that forwards an email if the subject is DAVID. I can replicate it so far, but in my case the subject changed from DAVID to Fwd: baa1 I checked also the raw email. There's the same for the subject. Regards, Matt

Re: LC, Mac Mail & Rules

2021-02-24 Thread Rick Harrison via use-livecode
Hi Matthias, That confirms this is bug with macOS Mojave and most probably wasn’t fixed in Catalina either! Now the question becomes one of does the bug still exist in macOS Big Sur? In addition, can anyone come up with a workaround that produces the correct result? Thanks! Rick > On Feb 24

xAPI in LiveCode Week #4 / Meeting TODAY @ 3 PM EST

2021-02-24 Thread Brian K. Duck via use-livecode
As of today, **with only 4 people responding**, the leading option for our weekly meeting is 3 pm - 6 PM EST on Wednesdays, that is this afternoon! I’ll make a meeting in Zoom (details below) and send a meeting notice. If you have conflicts, the best way to share this with the team is to add you

Re: LC, Mac Mail & Rules

2021-02-24 Thread matthias rebbe via use-livecode
Hi Rick, i mixed the version numbers. I tested with 15.3 which is Catalina. There it shows also the behaviour. In Mojave the subjects is not changed and keeps the original value. Please excuse the confusion. - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.02.2021 um 16:50 schrieb R

Re: LC, Mac Mail & Rules

2021-02-24 Thread Rick Harrison via use-livecode
Hi Matthias, Ok, so Mojave is good and macOS Mail in Catalina is the problem. I don’t know if we can come up with an LC solution work around for this problem, or if I need to be looking at some other email client software. Is anyone using Thunderbird or another program that has Rules or Filter a

Re: LC, Mac Mail & Rules

2021-02-24 Thread Rick Harrison via use-livecode
Hi again, I had one more idea as a work around. My account is a gmail account. Is there anyway I could use one of their filters at that level to do the auto-respond but somehow change the subject line back to what it should be? Any gmail experts here that might know the answer? Thanks, Rick

Re: LC, Mac Mail & Rules

2021-02-24 Thread Paul Hibbert via use-livecode
I know this is moving away from LC, but you can use a simple AppleScript to to do this, then trigger the AppleScript from Mail rules, or run as a standalone app, or you could trigger the AppleScript from LC if that’s what you need. I’m no AppleScript expert, I just did a bit of searching and fou

S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
Hi Folks, I'm really annoyed at the moment realizing that our AWS library only works on amazon. Is there currently any workaround for using the AWS S3 library with s3 compatible hosts? Its beyond me why the endpoints needed to be hardcoded and require EXPERT REVIEW to implement a function t

Re: LC, Mac Mail & Rules

2021-02-24 Thread Rick Harrison via use-livecode
Hi Paul, Thanks for the script. I’m not an AppleScript Expert either. I’ve dabbled with it from time to time and usually end up hating the experience. Sometimes using the “Record” feature of AppleScript can give one a good idea of what to do. I would probably eliminate a repeat or two. I don’

Re: LC, Mac Mail & Rules

2021-02-24 Thread J. Landman Gay via use-livecode
On 2/24/21 10:29 AM, Rick Harrison via use-livecode wrote: Hi Matthias, Ok, so Mojave is good and macOS Mail in Catalina is the problem. I don’t know if we can come up with an LC solution work around for this problem, or if I need to be looking at some other email client software. Is anyone us

Re: LC Bugmageddon or Bugportunity?

2021-02-24 Thread Tom Glod via use-livecode
Hi Curry... This was helpful on a day where LC threw a curveball at me. Hard coded AWS endpoints. I agree with a lot of the sentiments. Overall there is a lot to love and most bugs have workaroundsbut some things are dragging on. Have a great day Tom On Tue, Feb 23, 2021, 1:36 PM Sean C

Re: S3 Compatible?

2021-02-24 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > I'm really annoyed at the moment realizing that our AWS library > only works on amazon. > > Is there currently any workaround for using the AWS S3 library with s3 > compatible hosts? > > Its beyond me why the endpoints needed to be hardcoded and require > EXPERT REVIEW to i

Re: S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
Pardon, what language is what written in? If you are asking about https://quality.livecode.com/show_bug.cgi?id=22919 English. If you are asking about the S3 library ... Livecode ...but the library stack is password protected. Thanks, Tom On Wed, Feb 24, 2021 at 2:52 PM Richard Gaskin via use

Re: S3 Compatible?

2021-02-24 Thread Richard Gaskin via use-livecode
Thanks for the link. I didn't realize that one was proprietary. Hopefully they'll read Comment #3 there. I would imagine adding optional args for new endpoints would be simple to do, and open the package up to MANY more use cases. If you have a moment, can you bring me up to speed on real-wor

Re: S3 Compatible?

2021-02-24 Thread Paul Dupuis via use-livecode
On 2/24/2021 4:23 PM, Richard Gaskin via use-livecode wrote:  I would imagine adding optional args for new endpoints would be simple to do, and open the package up to MANY more use cases. This may not be an issue with the folks at LiveCode, Ltd, but one possible reason why the library for Amaz

Re: S3 Compatible?

2021-02-24 Thread Monte Goulding via use-livecode
Hi Todd Given I’m the expert that needs to review this (I wrote the library) I thought I’d comment. The library was implemented for a business customer that required AWS S3. There was no discussion or investigation at the time about whether it would be feasible to make the library work for no

Re: S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
Hi Richard, Yes exactly. I just need my application to have object storage, but I don't do business with AWS. Amazon gets enough of my money. The reason I planned to use this library and this method is for simplicity, more options for hosts, and for trying different things. Like MINIO. I am worki

Re: S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
Hi Monte, Yes you are right, I will take those steps to elevate it. I do understand that even if its easy, it needs to be prioritized. I appreciate that its there to even be adjusted in the first place, and its my fault that I assumed. I'm not annoyed anymore, but hopeful that this can happen in a

Re: S3 Compatible?

2021-02-24 Thread Richard Gaskin via use-livecode
Thanks for that background, Tom. If it *must* be s3 then either working with LC Ltd or crafting an open competing lib would be necessary. Open source competing libs are problematic on both sides, since the dev needs to replicate the effort and the company loses one more advantage to their prop

Re: LC, Mac Mail & Rules

2021-02-24 Thread Rick Harrison via use-livecode
Thanks for the discussion link. More confirmation it is a bug in Catalina macOS Mail. Unfortunately, their work around for forwarding isn’t a fix. One would have hoped that Apple would have fixed it in the last 8 months, but they haven’t. :-( Thanks, Rick > On Feb 24, 2021, at 2:08 PM, J. L

Re: S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
Paul, thanks for your thoughts, you are right there are some traps with the s3 compatible part, and some unknown that we may not know about. Richard, thanks for letting me know about those libraries, its definitely another option that can be used to achieve the same result. I will definitely look.

Re: S3 Compatible?

2021-02-24 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > Richard Gaskin wrote: >> If WebDAV could work for your needs there are at least three FOSS >> WebDAV libs for LC on Github - here are the forum posts where I >> learned about them, with links to the repos (IIRC all three are >> MIT License): >> >> With tsNet: >> https://forums.l

Re: LC, Mac Mail & Rules

2021-02-24 Thread William Prothero via use-livecode
I’ve noticed some odd behavior with Apple Mail since I upgraded to Big Sur, too. There has been some work on it and I don’t think it’s for the better. Bill Prothero > On Feb 24, 2021, at 2:22 PM, Rick Harrison via use-livecode > wrote: > > Thanks for the discussion link. More confirmation it