コミット履歴

作者 SHA1 メッセージ 日付
  romainq e3e6102760 #1323 error.log polluted with the contents of each email sent (transport = PHPMail) 8 年 前
  dflaven 19c5ac9ff6 Fixed the case for the Emogrifier includes. 9 年 前
  romainq 5842acff64 HTML formatting: TWO fixes in one! Fixed a bug introduced in 2.3.0-beta: the stylesheet cannot be defined within the email templates (aka ActionEmail) anymore. Instead, a default (ready for use) stylesheet is provided into /css/email.css and it can be overriden by the configuration parameter email_css. The fix consists in transforming the stylesheet into inline style... which fixes a limitation of gmail and Outlook that support only the inline styles. The implementation relies on a new library: emogrifier. This library has been changed (home-made utility) to be compatible with PHP 5.3 (declaration of arrays). 9 年 前
  romainq 0c00b76a80 Internal: Email generation - No need to force "Content-Transfer-Encoding: 8bit". The default is "quoted-printable" and works fine if the content is made of plain text. Leaving the 8bit encoding could work but in such a case, the statement should be: 9 年 前
  dflaven 991cd359fc Inline images in formatted case log & descriptions: beta version fixperms js The inline images are now no longer stored stored as Attachments but using a specific object InlineImage... 9 年 前
  dflaven ccf403a397 (HTML) Formatted Case Logs, Description and Notifications with inline images uploaded as Attachments. Beta Version !! 9 年 前
  dflaven 17b5523322 #998 Accurately check the configured mail transport and report information accordingly in the email.test page. 10 年 前
  dflaven 70412bb194 Fixed a regression introduced by [r3242] (warning when sending an email with an empty "To") 11 年 前
  dflaven bcf900f066 Prevent a warning when sending an email with no recipient in To: 11 年 前
  dflaven ace64067c7 Bug fix: properly serialize Emails with binary Attachments. Previously asynchronous emails with binary attachements were not working (they were queued but never sent). 12 年 前
  romainq b521a4c5a3 #691 Notifications not sent if some recicipients have an empty address 12 年 前
  dflaven 3f6a26fd3e Protect against empty email addresses 12 年 前
  dflaven 23a0326933 Support multiple recipients in To: Cc: and Bcc: 12 年 前
  romainq eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 年 前
  dflaven f36126299c Enhancement of the Email class to preserve backward compatibility... 13 年 前
  romainq dfaea9c1fa Updated session mechanisms: itop_env defaults to 'production', and adapted the setup to create the configuration 13 年 前
  dflaven c073e5e5e9 Bug fix: use the proper way to set the message-ID with Swift 13 年 前
  dflaven 89d119e8f7 Allow specifying the label of the sender email 13 年 前
  romainq cd7cc6df75 Fixed regressions due to the integration of SwiftMailer 13 年 前
  romainq ebd0a2cff8 Generation of emails based on the lib SwiftMailer (implements the SMTP protocole) 13 年 前
  dflaven d6ac513eb7 Allow to override some default headers when sending an email 13 年 前
  dflaven caf9a6a74a Prevent email header injection 13 年 前
  romainq 6421f721cc Email sent in asynchronous mode (established the base for an application internal CRON, task queue, etc.) with adjustable configuration (disable by default). Also improved the OQL: IS_NULL() and REGEXP have been added. 14 年 前
  dflaven 9dbcaff50c - Keep track of the object at the source of any email notification for further correlation (either in the user's mailbox or for automatic processing of incoming emails) 14 年 前
  romainq 5a1b372fad #19 - Reviewed the licensing information and started to align the comments in the code 15 年 前
  romainq ccc8a2a225 Make sure that HTTP responses and the emails are considered as being utf-8... not sure of the real benefit, but we've seen a number of things about this so Denis and I decided to more forward and take the chance. 15 年 前
  romainq 40b4ba32e6 Forgot to commit a new include 15 年 前