Re: [Evolution] Hotmail, Gmail token refresh

2021-04-20 Thread Stephane Passignat via evolution-list
Hi,

thanks for those suggestions. 

Sure it looks like a network issue, but not only. For any unknown
reason some apps loose DNS. But also the authorization token seems
lost and force to restart the computer.

Then most of the time it works fine but one time I had to re-setup all
accounts ... and lost some archives...


 Message initial 
De: Milan Crha via evolution-list 
Répondre à: Milan Crha 
À: evolution-list@gnome.org
Objet: Re: [Evolution] Hotmail, Gmail token refresh
Date: Tue, 06 Apr 2021 08:41:41 +0200

On Sat, 2021-04-03 at 10:06 +0200, Stephane Passignat via evolution-
list wrote:
The reconnect button does nothing. As the message says service
nameunknown, this can also be a network issue like dns resolution, but
Ican't find where is the issue.
Hi,I do not speak the language the error message is in. If it
saysanything like "Name or service not known", then it can be
aconnection/DNS problem. Go to Edit->Preferences->Network
Preferencesand verify the proxy settings. There's also an option how
to detect theonline state. I'm afraid it won't help, though,
especially when theproblem is lower in the stack (like in the DNS),
which might influencethe connection itself, not only the online state
detection.  Bye,Milan
___evolution-list mailing
listevolution-list@gnome.orgTo change your list options or
unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Hotmail, Gmail token refresh

2021-04-03 Thread Stephane Passignat via evolution-list
thanks,

The reconnect button does nothing. As the message says service name
unknown, this can also be a network issue like dns resolution, but I
can't find where is the issue.


 Message initial 
De: Anonymous Japhering via evolution-list 
Répondre à: Anonymous Japhering 
À: evolution-list@gnome.org
Objet: Re: [Evolution] Hotmail, Gmail token refresh
Date: Fri, 02 Apr 2021 15:14:29 -0500


On Fri, 2021-04-02 at 21:26 +0200, Stephane Passignat via evolution-
list wrote:
> Hi,
> 
> After some days using Evolution on Linux Mint, there is an
> authentication/authorization issue preventing to receive or send
> email.
> 
> 
> 
> The work around seems to restart the computer.
> 
> Are there any settings which can help Evolution or Linux Mint to
> refresh those tokens (OAuth2 I guess).

For me,  Linux Mint 19 and 20, running  3.40.1 (flatpak git9913368),
 there is a reconnect button on the
right side of the message.   Clicking the button, results and a login
screen for said account.   Follow the
prompts for uname and password ..  then the last step is to scroll
down on the last popup and click to 
allow Evolution access to gmail.   that last piece is what trips most
folks up as the button to allow requires
scrolling down on most screens. 



___evolution-list mailing
listevolution-list@gnome.orgTo change your list options or
unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Hotmail, Gmail token refresh

2021-04-02 Thread Stephane Passignat via evolution-list
Hi,

After some days using Evolution on Linux Mint, there is an
authentication/authorization issue preventing to receive or send
email.


The work around seems to restart the computer.

Are there any settings which can help Evolution or Linux Mint to
refresh those tokens (OAuth2 I guess).


Thanks
Stephane
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution Macro Plugin

2020-06-11 Thread Stephane Passignat via evolution-list
Hi,

thank you. I'll look at this sample.

by macro script I mean an integrated programming language, I can used
to customize Evolution behaviour "in a kind of simple way". Don't feel
offended but something like vba for outlook.


bye
stephane

 Message initial 
De: Milan Crha via evolution-list 
Répondre à: Milan Crha 
À: evolution-list@gnome.org
Objet: Re: [Evolution] Evolution Macro Plugin
Date: Wed, 10 Jun 2020 12:19:22 +0200

On Wed, 2020-06-10 at 11:57 +0200, Stephane Passignat via evolution-
list wrote:
I think I'm reaching the end of this approach. I looked at macroscript
but I haven't found. Are there any macro script I havent found?
Hi,I'm not sure what you call "macro script" or "macro
plugin", but maybeit's not that important.
I looked at plugins code but I havent programmed in C for decades.Any
ides on how and what to do ?
The main programming language in Evolution is C. There can be
madeGObject bindings (then it can be used by other languages like
pythonand all those, which understand GObject introspection), but
it'sgenerated for evolution-data-serer only, not for Evolution.
You may want to engage someone knowing C, and especially glib,
becauseit's used heavily there. Such person could start with the
examplemodule [1] and change it to its like-ings. He/she would be
mostlyinterested in the m-msg-composer-extension.c part (can delete
(almost)all the rest), and it can change it to connect to the
"presend" actionof the EMsgComposer, where can be implemented the
question about askingwhether the sender is correctly set (the signal
handler returns whetherthe message can be send). It's different from
your suggested "ask oncomposer open", but I think it is not a problem,
and, more importantly,it can use already implemented approach (the
"presend" signal).
Bye,Milan
[1] https://wiki.gnome.org/Apps/Evolution/Extensions#Example_Module
___evolution-list mailing
listevolution-list@gnome.orgTo change your list options or
unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Evolution Macro Plugin

2020-06-10 Thread Stephane Passignat via evolution-list
Hi,

sometime ago I posted a message to prevent sending emails to recipient
from an account. eg: don't send professional email from personal
account. 
I tried changing the sender account feature in the settings but I
can't make it work and if I understand well it will change the sender
account "silently". I would prefer having a popup requesting
confirmation and allowing to change the account.

I think I'm reaching the end of this approach. I looked at macro
script but I haven't found. Are there any macro script I havent found
?


I looked at plugins code but I havent programmed in C for decades. Any
ides on how and what to do ?

thanks
stephane
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Restrict recipient domains

2020-05-15 Thread Stephane Passignat via evolution-list
thanks Andre but I can't make it work. 

I add @A.com in the list for A.com account and @B.com in the list for
B.com account. I expected to see a change (sender email) either when
sending or when receiving but nothing changed.

any idea ?

Cheers,
stéphane



 Message initial 
De: Andre Klapper 
À: evolution-list@gnome.org
Objet: Re: [Evolution] Restrict recipient domains
Date: Thu, 07 May 2020 19:38:28 +0200

On Thu, 2020-05-07 at 15:53 +0200, Stephane Passignat wrote:I have
several email accounts setup in evolution, several private,several
professional, ...
When I send email, I want to make sure I use the proper mail
accountfor the recipient.
Is it possible to have a popup on send, when the domain or address
ofat least one recipient is not "associated" to the sender account ?
Isn't that what "Edit > Preferences > Composer Preferences >
SendAccount > Use for Recipients" is for? :) (No popups though.)
Cheers,andre--Andre Klapper  |  ak...@gmx.net
https://blogs.gnome.org/aklapper/

___evolution-list mailing
listevolution-list@gnome.orgTo change your list options or
unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Restrict recipient domains

2020-05-07 Thread Stephane Passignat via evolution-list
Hi,

I have several email accounts setup in evolution, several private,
several professional, ...

When I send email, I want to make sure I use the proper mail account
for the recipient. 

Is it possible to have a popup on send, when the domain or address of
at least one recipient is not "associated" to the sender account ?


thanks,
Stephane
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list