ednt
e01687752b
convert local html characters like Ü ( #4069 )
...
Foreign language html emails were sent as received.
Now all html entities should be converted to there corresponding UTF8 characters.
2019-05-07 11:29:50 -06:00
FusionPBX
91422a484f
Update fax_emails.php
2018-02-25 02:04:28 -07:00
Chris Black
26a0a702aa
fix fax multiple files. ( #1963 )
...
Added some changes from ICR regarding the text/plain emails, added a
uuid to the file name when getting saved to the FS in the event that
multiple emails come in with the same exact file name and also reset
the tif_files in fax_send as it was just adding to the end of the array
and creating bad tiffcp commands.
2016-09-30 15:47:22 -06:00
Harry G. Coin
91a92d8e5e
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
Alexey Melnichuk
969889cc98
Add. `allowed_extension` array to specify allowed files in email.
2016-04-14 17:38:33 +03:00
Alexey Melnichuk
889b8f9998
Change. `parse_message` do full parse test and attachments.
...
Change. use only `text/plain` part to build front page.
Change. use only `attachment` but not `inline` files to build fax file.
2016-04-08 12:31:13 +03:00
Alexey Melnichuk
8863db89fd
Fix. get text part of email message with single part email.
2016-04-07 13:11:24 +03:00
Alexey Melnichuk
506a829202
Fix. Poll several mail at once.
...
Problem causes by fax_send.php which change current dir and second call can not finding libraries.
2015-11-20 15:22:09 +03:00
Alexey Melnichuk
4219034bf5
Fix. Decode email message from quoted-printable/base64.
...
Fix. Allow set custom fonts to support non latin alphabet.
2015-11-20 14:45:06 +03:00
Alexey Melnichuk
c81d00272f
Fix. fax_emails.php relay on number cleanup in fax_send.php
2015-11-19 14:48:41 +03:00
Alexey Melnichuk
18574dfe8b
Fix. Use fax_send_mode option in fax_send.php file.
2015-11-19 13:13:47 +03:00
Alexey Melnichuk
8abdbf3f0b
Add. Web UI to configure fax_queue.
2015-11-18 15:37:41 +03:00
Alexey Melnichuk
a10e508972
Fix. multiple calls fax_send caused error.
...
Fix. require EventSocket implicitly.
Fix. require `test` class.
2015-11-12 14:00:01 +03:00
Mark Crane
2b69ac00d7
Synchronize the translations.
2015-06-06 02:37:26 +00:00
Mark Crane
f76c3944c4
Add imap_errors() the fax/fax_emails.php to make it possible to see IMAP connection problems.
2015-06-01 22:44:28 +00:00
Nate Jones
bc1e5374b0
Fax Server: Mods to email2fax feature to prevent unnecessary/undesired cover page from being generated.
2015-03-25 17:52:45 +00:00
Nate Jones
474e63f939
Use the new multi-lingual code on misc files.
2015-01-18 10:33:34 +00:00
Mark Crane
03220c9754
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Nate Jones
bed960fd04
Fax Server: Added email-to-fax functionality.
2014-12-03 11:03:52 +00:00