Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Añadir firma del usuario al final del mail #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

polsala
Copy link
Member

@polsala polsala commented Jul 26, 2018

  • Añadir firma del usuario a final de email

Closes #37

@@ -321,6 +325,9 @@ def email_send(self, cursor, uid, case, emails, body, context=None):
email_bcc = self.filter_mails(
email_bcc, emailfrom, case, todel_emails=list(set(email_cc+emails)))

if signature:
body = '{0}\n{1}'.format(body, signature)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pendiente de comprobar que el "body" sólo contiene el mensaje a enviar y no el contenido de toda la conversación

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tendríamos que usar uno de los estándares de firmas que és separar con "-- " El cuerpo y la firma https://tools.ietf.org/html/rfc3676#section-4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants