Commit Graph

71 Commits (master)

Author SHA1 Message Date
Mike Koch 179df881c1 Merge branch 'hesk-2-8-2' into 'master'
HESK 2.8.2 Update

See merge request mike-koch/Mods-for-HESK!101
6 years ago
Mike Koch 7efb6fc11e
Fixes #642 fix email headers 6 years ago
Mike Koch c11a9d3a80
Update email_functions 6 years ago
Mike Koch c133b11bf6
HESK 2.8.1 update 6 years ago
Mike Koch 6be05bebfe
Update email_functions 6 years ago
Mike Koch f40df54772
Update rest of files to HESK 2.7.6 6 years ago
Mike Koch 81b27ddb2e
Add cc/bcc to rest API, re-enable in email_functions 6 years ago
Mike Koch a7742614df
Update pages for HESK 2.7.4 7 years ago
Jozef eeb5ada610 Fix usage of CC and BCC fields in mail header. 7 years ago
Mike Koch 9325d819c7 Fixes #519 Pull from bridge table for status name 7 years ago
Mike Koch b1b16fe381 HESK 2.7.0 RC1 -> Final changes 8 years ago
Mike Koch 7d83f10370 Update license headers 8 years ago
Mike Koch 007feed56c Update email_functions 8 years ago
Mike Koch ef19dcb9b5 Update version headers 8 years ago
Cody Mize cd53a5812e Update array instantiation syntax to support PHP 5.3.X 8 years ago
Mike Koch 65452902bb Merge remote-tracking branch 'origin/master' into 2-6-0
Conflicts:
	admin/manage_knowledgebase.php
	inc/header.inc.php
	inc/headerAdmin.inc.php
	install/mods-for-hesk/sql/installSql.php
8 years ago
Mike Koch 99ba705338 Fix syntax error 8 years ago
Mike Koch 471110f312 Use in_array instead of strpos 8 years ago
Mike Koch 23040e1745 Add null check for ownerless tickets 8 years ago
Mike Koch a47068c83b Add support for emails for users who want emails sent for overdue tickets not assigned to them 8 years ago
Mike Koch 263a5804c8 Basic overdue ticket alerts working 8 years ago
Mike Koch 7cbd197284 Update headers 8 years ago
Mike Koch 8756200fee Calendar cron job now working 8 years ago
Mike Koch 033dd8e4fb Getting started on the email stuff 8 years ago
Mike Koch 727f9432e9 Fix html2text for MSG_NO_ATTACHMENT and signatures w/special chars 9 years ago
Mike Koch 56e37e1358 #365 Use the ticket/replies HTML property for emails
Check the latest reply, or if there are no replies, the `html` property of the ticket.  If html is 1, then convert html to plaintext, otherwise leave it alone.
9 years ago
Mike Koch 03afe99284 #365 Convert HTML messages to plaintext using html2text 9 years ago
Mike Koch a559dc232a #365 Add html2text dependency, initial implementation 9 years ago
Mike Koch a93b6e18f4 #253 Fix indentation across the project 9 years ago
Mike Koch 868deff525 Merge pull request #342 from mkoch227/move-settings-to-db
Move MFH Settings to Database
9 years ago
Mike Koch de5a568cd2 Merge remote-tracking branch 'origin/master' into move-settings-to-db
# Conflicts:
#	install/mods-for-hesk/sql/installSql.php
9 years ago
Mike Koch 849ef01b17 #327 Settings are finally all driven through the database 9 years ago
Mike Koch a784ef1c14 #327 Switched back to getting all settings 9 years ago
Mike Koch 264c2e028e #327 Replaced all instances (I think?) of $modsForHesk_settings 9 years ago
Mike Koch 77489d8eef #330 Add MESSAGE_NO_ATTACHMENTS tag 9 years ago
Mike Koch 1528c1de7e #331 Update headers 9 years ago
Mike Koch b774572766 #331 Update email_functions 9 years ago
Mike Koch 4e8e072924 #291 Don't send email if all email fields are empty 9 years ago
Mike Koch 40afa50bca #255 Update headers 9 years ago
Mike Koch 2d0f3ce037 Closes #226 Fix attachments for creating new tickets 9 years ago
Mike Koch afa279d98d #195 Moved statuses to Tools menu
Still need to add the permission
9 years ago
Mike Koch 9c8887cd48 Fix missing $htmlPath reference, as it's not needed 9 years ago
Mike Koch 0ae1d46aa7 Fixes #213 Only add attachments if %%MESSAGE%% tag is present 9 years ago
Mike Koch 48f0747669 #213 Add new parameter to hesk_mail and add helper function to check if message template has a particular tag 9 years ago
Mike Koch 2f33ec794c Fixes #214 always append outer boundary on sent emails 9 years ago
Mike Koch 47b15f39e2 Closes #146 Use multipart/mixed to get multiple boundaries working
...trying to create these emails in plain PHP is torture. Note to self: use PHPMailer for future projects!
9 years ago
Mike Koch dd35c39440 #146 remove unused parameter 9 years ago
Mike Koch dc4eb3997c #146 Get Mailgun to properly send the attachments 9 years ago
Mike Koch 190b3ff475 #146 Attachments can now be embedded directly into emails
Only tested SMTP, still need to check PHP mail() and Mailgun
9 years ago
Mike Koch 2ddb61bb55 Fix attachment view on HTML-formatted emails 9 years ago