close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Universal Email 3.0.7 Dot Release Available

Thread began 11/11/2009 10:51 am by Anna Robinson | Last modified 8/08/2010 10:18 am by ifoundashoe412516 | 8186 views | 6 replies |

Anna Robinson

Universal Email 3.0.7 Dot Release Available

A dot release for Universal Email is available in the Download Center of our website. Log in and visit downloadcenter.php. Click on Universal Email and download the mxp from the Extensions section.

It is best practice to uninstall your current version before installing the new version.

This dot release fixed the following bugs:

- syntax error occurred when sending an email containing an attachment using PEAR for SMTP.
- Help buttons didn't load context-specific page in Dreamweaver 8.
- JavaScript error occurred when finishing the Universal Email Wizard, or attempting to edit the email body on a PowerPC running OSX.
- HTML emails weren't displaying in Entourage 2008 when using PEAR for SMTP.
- emails sent from a Linux-based server coming through as plain text with headers.
- email body contents were lost when inspecting an applied Universal Email server behavior when 2 or more of the server behavior existed on the same page.

Sign in to reply to this post

DAOS

Will this work with dreamweaver cs5?

Sign in to reply to this post

Ray BorduinWebAssist

The most recent version has been tested on cs5.

Sign in to reply to this post
Did this help? Tips are appreciated...

toms016390756

Awesome!

Sign in to reply to this post

ifoundashoe412516

/WA_Universal_Email/mail_PHP.php -> WA_StripTags()

hi,
i get a php error saying that the wa_striptags() function isn't found. i see where it's being used but i don't see where it is defined. i commented this line out but i'm not sure what the ramifications are. i did notice that email that gets sent out has html tags in it but the email reader (gmail website) doesn't display the email as html (in other words, all the tags are displayed as raw html).

> find . -type f -print0 | xargs -0 grep -i wa_striptags
./WA_Universal_Email/mail_PHP.php:# $mailBody = WA_StripTags($mailBody) . "<multipartbreak>" . $mailBody;


also, how do i see which version of WA_Universal_Email i am using?

thanks,
margaret

Sign in to reply to this post

anonymous

Margaret,

To see which version of Universal Email, you could just open the Adobe Extension Manager and look at the Universal Email and Version Number.

Regards,

Brian

Sign in to reply to this post

ifoundashoe412516

figured it out

it works now. i added the following code to WA_Universal_Email/MailFormatting_PHP.php:

# 08 Aug 2010 ---- php_tip_how_strip_html_tags_web_page
function WA_StripTags($inStr) {
/* Get the file's character encoding from a <meta> tag */
preg_match( '@<meta\s+http-equiv="Content-Type"\s+content="([\w/]+)(;\s+charset=([^\s"]+))?@i', $inStr, $matches);
$encoding = $matches[3];

/* Convert to UTF-8 before doing anything else */
$utf8_text = iconv($encoding, "utf-8", $raw_text);

/* Strip HTML tags and invisible text */
$utf8_text = strip_html_tags($utf8_text);

/* Decode HTML entities */
$utf8_text = html_entity_decode($utf8_text, ENT_QUOTES, "UTF-8");

return $utf8_text;
}


# 08 Aug 2010 --- php_tip_how_strip_html_tags_web_page
/**
* Remove HTML tags, including invisible text such as style and
* script code, and embedded objects. Add line breaks around
* block-level tags to prevent word joining after tag removal.
*/
function strip_html_tags( $text )
{
$text = preg_replace(
/* Remove invisible content */
array(
'@<head[^>]*?>.*?</head>@siu',
'@<style[^>]*?>.*?</style>@siu',
'@<script[^>]*?.*?</script>@siu',
'@<object[^>]*?.*?</object>@siu',
'@<embed[^>]*?.*?</embed>@siu',
'@<applet[^>]*?.*?</applet>@siu',
'@<noframes[^>]*?.*?</noframes>@siu',
'@<noscript[^>]*?.*?</noscript>@siu',
'@<noembed[^>]*?.*?</noembed>@siu',
/* Add line breaks before and after blocks */
'@</?((address)|(blockquote)|(center)|(del))@iu',
'@</?((div)|(h[1-9])|(ins)|(isindex)|(p)|(pre))@iu',
'@</?((dir)|(dl)|(dt)|(dd)|(li)|(menu)|(ol)|(ul))@iu',
'@</?((table)|(th)|(td)|(caption))@iu',
'@</?((form)|(button)|(fieldset)|(legend)|(input))@iu',
'@</?((label)|(select)|(optgroup)|(option)|(textarea))@iu',
'@</?((frameset)|(frame)|(iframe))@iu',
),
array(
' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
"\n\$0", "\n\$0", "\n\$0", "\n\$0", "\n\$0", "\n\$0",
"\n\$0", "\n\$0",
),
$text );
return strip_tags( $text );
}

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...