Skip to content

Commit

Permalink
README*.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Jan 27, 2024
1 parent 6a48370 commit f11c379
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

This extension allows you to send documents in LibreOffice as an email, possibly by mail merge, to your telephone contacts.

It also provides an **API allowing you to send emails in BASIC** and supporting the most advanced technologies (OAuth2 protocol, Mozilla IspDB, HTTP instead of SMTP/IMAP, ...). A macro [SendEmail][10] for sending emails is provided as an example.
It also provides an **API allowing you to send emails in BASIC** and supporting the most advanced technologies: OAuth2 protocol, Mozilla IspDB, HTTP instead of SMTP/IMAP for Google servers... A macro [SendEmail][10] for sending emails is provided as an example.
If you open a document beforehand, you can launch it by:
**Tools -> Macros -> Run Macro... -> My Macros -> eMailerOOo -> SendEmail -> Main -> Run**

Expand Down Expand Up @@ -497,6 +497,6 @@ ___
[85]: <https://github.com/prrvchr/eMailerOOo/blob/master/source/eMailerOOo/idl/com/sun/star/datatransfer/XTransferableFactory.idl>
[86]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/datatransfer/XTransferable.html>
[87]: <https://github.com/prrvchr/eMailerOOo/issues/4>
[88]: <https://github.com/prrvchr/eMailerOOo/tree/master/source/eMailerOOo/requirements.txt>
[88]: <https://github.com/prrvchr/eMailerOOo/releases/latest/download/requirements.txt>
[89]: <https://peps.python.org/pep-0508/>
[90]: <https://prrvchr.github.io/eMailerOOo/#requirement>
4 changes: 2 additions & 2 deletions README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

Cette extension vous permet d'envoyer des documents dans LibreOffice sous forme de courriel, éventuellement par publipostage, à vos contacts téléphoniques.

Elle fournit en plus une **API permettant d'envoyer des courriels en BASIC** et supportant les technologies les plus avancées (protocole OAuth2, Mozilla IspDB, HTTP au lieu de SMTP/IMAP, ...). Une macro [SendEmail][10] permettant d'envoyer des courriels est fournie à titre d'exemple.
Elle fournit en plus une **API permettant d'envoyer des courriels en BASIC** et supportant les technologies les plus avancées: protocole OAuth2, Mozilla IspDB, HTTP au lieu de SMTP/IMAP pour les serveurs Google... Une macro [SendEmail][10] permettant d'envoyer des courriels est fournie à titre d'exemple.
Si au préalable vous ouvrez un document, vous pouvez la lancer par:
**Outils -> Macros -> Exécuter la macro... -> Mes macros -> eMailerOOo -> SendEmail -> Main -> Exécuter**

Expand Down Expand Up @@ -497,6 +497,6 @@ ___
[85]: <https://github.com/prrvchr/eMailerOOo/blob/master/source/eMailerOOo/idl/com/sun/star/datatransfer/XTransferableFactory.idl>
[86]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/datatransfer/XTransferable.html>
[87]: <https://github.com/prrvchr/eMailerOOo/issues/4>
[88]: <https://github.com/prrvchr/eMailerOOo/tree/master/source/eMailerOOo/requirements.txt>
[88]: <https://github.com/prrvchr/eMailerOOo/releases/latest/download/requirements.txt>
[89]: <https://peps.python.org/pep-0508/>
[90]: <https://prrvchr.github.io/eMailerOOo/README_fr#pr%C3%A9requis>
12 changes: 6 additions & 6 deletions source/eMailerOOo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
decorator>=5.1.1
ijson>=3.2.3
packaging>=23.2
setuptools>=69.0.3
six>=1.16.0
validators>=0.22.0
decorator==5.1.1
ijson==3.2.3
packaging==23.2
setuptools==69.0.3
six==1.16.0
validators==0.22.0

0 comments on commit f11c379

Please sign in to comment.