Re: [dl-ticket-service] Re: Thunderbird Add-on with password and expiry

2015-06-27 Thread Yuri D'Elia
On 06/22/2015 06:05 PM, Peer Tavori wrote:
> For all practical cases a yes/no switch in the *default* settings should
> work well: "ask for passwd/expiry on upload" yes/no; 
> The dialogue for passwd/expiry could be a modal part (same as web) just
> before the upload. The user should have the option to use the defaults (no
> passwd).
> 
> So people could decide to turn it off entirely or being asked and bypass
> quickly if not needed.

I just fixed the addon for TB 38 and *darn*, developing extensions for
TB is just painful: outdated documentation, broken examples, no
debugging, no real "API" to work against...

I'm pretty sure doing an extension for Outlook would turn out to be less
frustrating.





[dl-ticket-service] Re: Thunderbird Add-on with password and expiry

2015-06-22 Thread Peer Tavori
Yuri D'Elia  writes:

> > Or are you planning to do that (i.e. give the Add-on the same capabilities
> > as the Web frontend)?
> 
> It should be do-able by the add-on, the only question though is
> where/when to ask.
> 
> I was planning to add the *default* settings in the preferences (in the
> attachment/upload/dl settings).
> 
> I could prompt for settings/password when the ticket is uploaded, but I
> guess this would not be the desired action 99% of the time. You don't
> want to be prompted at *every* file attached.
> 
> Any ideas on how would you like it to behave?
> 
> 


For all practical cases a yes/no switch in the *default* settings should
work well: "ask for passwd/expiry on upload" yes/no; 
The dialogue for passwd/expiry could be a modal part (same as web) just
before the upload. The user should have the option to use the defaults (no
passwd).

So people could decide to turn it off entirely or being asked and bypass
quickly if not needed.