Displaying 19 results from an estimated 19 matches for "getscript".
2008 Feb 29
1
GETSCRIPT Bug in dovecot-1.0.10-MANAGESIEVE-v9.1.diff.gz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Stephan,
GETSCRIPT does not return a literal, there is the + character missing
before }:
diff -r bcebda39c0ed src/managesieve/cmd-getscript.c
- --- a/src/managesieve/cmd-getscript.c Mon Feb 18 14:13:12 2008 +0100
+++ b/src/managesieve/cmd-getscript.c Fri Feb 29 11:52:00 2008 +0100
@@ -112,7 +112,7 @@...
2011 Feb 17
1
managesieve bug: UTF inside quoted-string
This has been probably fixed in meantime, because I use dovecot 1.1
still, but I'd like to get you to know. Use of UTF-8 characters inside
quoted-string doesn't work.
C: GETSCRIPT "???w"
S NO "Error in MANAGESIEVE command GETSCRIPT: String contains invalid
character."
--
Aleksander 'A.L.E.C' Machniak
LAN Management System Developer [http://lms.org.pl]
Roundcube Webmail Developer [http://roundcube.net]
-------------------------------------------...
2010 Sep 21
7
Ajax CSRF in Rails3
I''m using rails3. It does not seem to check the authenticity_token
when doing a POST using Ajax. I traced this to:
module ActionDispatch
class Request < Rack::Request
.....
def forgery_whitelisted?
get? || xhr? || content_mime_type.nil? || !
content_mime_type.verify_request?
end
end
so you don''t check if its a get? or a xhr? (ie ajax request). Is this
correct?
--
2013 Mar 06
2
Refresh a partial onClick using ajax call in rails 3.x
Hi All,
I want to refresh a partial onClick, onClick i am making ajax call
and getting the data but i am unable to refresh the partial. here is the
code
IN views: home.html.erb
$(document).ready(function() {
var currentCellText;
$(".inline").click(function() {
currentCellText = $(this).text();
$.ajax({
type: ''GET'',
dataType: "json",
2008 Apr 07
2
A little assistance with Sieve
With all the mess that my email has become, it makes sense for me to try
to make use of Sieve, but I'm having quite the time finding out how to
make it work. I'm running 1.0.13 on a Debian machine. Sieve appears to
be compiled with it. I can access managesieve, and I have set up
dovecot.conf with lda. I do not get a NO response when I PUTSCRIPI, but
LISTSCRIPTS produces no result, so I
2016 Apr 06
2
[help]enotify "mail to" run fine edit via managesieve 0.4.4 complied failed
...t ready."
listscripts
NO "Error in MANAGESIEVE command received by server."
AUTHENTICATE "PLAIN" "AGFuZ196aGFAdG9tLmNvbQAxMTExMTE="
OK "Logged in."
listscripts
"blackwhitelist"
"rulefilter" ACTIVE
OK "Listscripts completed."
getscript "rulefilter"
{471}
require
["reject","fileinto","imap4flags","vacation","regex","encoded-character","include","copy","enotify","variables"];
if header :matches "Subject" "*&q...
2015 Sep 24
0
Released Pigeonhole v0.4.9.rc1 for Dovecot v2.2.19.rc1
...programs configurable. This can be configured separately for
each of the three extensions.
+ ManageSieve: Implemented proxy XCLIENT support. This allows the proxy
to pass client information to the back-end.
- ManageSieve: Fixed an assert failure occurring when a client
disconnects during the GETSCRIPT command.
- doveadm sieve plugin: Fixed incorrect initialization of mail user.
This caused a few memory leaks.
- sieve-filter command line tool: Fixed handling of failure-related
implicit keep when there is an explicit default destination folder.
This caused message duplication.
- lib-sieve: F...
2015 Oct 04
0
Released Pigeonhole v0.4.9 for Dovecot v2.2.19
...programs configurable. This can be configured separately for
each of the three extensions.
+ ManageSieve: Implemented proxy XCLIENT support. This allows the proxy
to pass client information to the back-end.
- ManageSieve: Fixed an assert failure occurring when a client
disconnects during the GETSCRIPT command.
- doveadm sieve plugin: Fixed incorrect initialization of mail user.
This caused a few memory leaks.
- sieve-filter command line tool: Fixed handling of failure-related
implicit keep when there is an explicit default destination folder.
This caused message duplication.
- lib-sieve: F...
2015 Sep 24
0
Released Pigeonhole v0.4.9.rc1 for Dovecot v2.2.19.rc1
...programs configurable. This can be configured separately for
each of the three extensions.
+ ManageSieve: Implemented proxy XCLIENT support. This allows the proxy
to pass client information to the back-end.
- ManageSieve: Fixed an assert failure occurring when a client
disconnects during the GETSCRIPT command.
- doveadm sieve plugin: Fixed incorrect initialization of mail user.
This caused a few memory leaks.
- sieve-filter command line tool: Fixed handling of failure-related
implicit keep when there is an explicit default destination folder.
This caused message duplication.
- lib-sieve: F...
2015 Oct 04
0
Released Pigeonhole v0.4.9 for Dovecot v2.2.19
...programs configurable. This can be configured separately for
each of the three extensions.
+ ManageSieve: Implemented proxy XCLIENT support. This allows the proxy
to pass client information to the back-end.
- ManageSieve: Fixed an assert failure occurring when a client
disconnects during the GETSCRIPT command.
- doveadm sieve plugin: Fixed incorrect initialization of mail user.
This caused a few memory leaks.
- sieve-filter command line tool: Fixed handling of failure-related
implicit keep when there is an explicit default destination folder.
This caused message duplication.
- lib-sieve: F...
2008 Sep 03
1
Dovecot ManageSieve + ingo or avelsieve
Hi,
does anyone got Dovecot ManageSieve and Horde/Ingo working together ?
i'm running Dovecot 1.1.2 with managesieve patch
(dovecot-1.1.2-managesieve-0.10.3.diff)
following intructions at http://wiki.dovecot.org/ManageSieve now my
Dovecot have ManageSieve available :-)
I've setup Horde/Ingo (ingo-h3-1.1.5-1.el5)
when I specify some new filtering rules in Ingo, they are successfully
2010 Sep 21
0
Upload form with uploadify jquery plugin
..."
}.join('';'') %>'',
sizeLimit : <%= max_size %>,
multi : <%= allow_multiple_files %>,
onComplete : function(event, queueID, fileObj, response, data) {
var data = eval(''('' + response + '')'');$.getScript(data.photo)},
onAllComplete : function(event, data){
$(''#uploadify_cancel'').hide(''blind'');
$(''#uploadify_submit'').show(''blind'');
},
onSelect: function(event, queueID, fileObj){
if (fileObj.size >...
2012 Jun 01
1
Exposing global (default) sieve script through Managesieve
...on, it would be fooling the clients a bit, but I'm not sure
if that's really a problem.
While the user has not script named "default" in his sieve_dir:
- include a script called "default" in the LISTSCRIPTS output.
- return the contents of the sieve_global_path in the GETSCRIPT
"default" command.
- remove any sieve symlink after a SETACTIVE "default" command (as if
SETACTIVE "" was given). This causes dovecot to fall back to the
sieve_global_path script.
- the DELETESCRIPT "default" command should fail. This might confuse...
2011 Jul 07
0
Question of uploading large file using carrierwave, uploadify and nginx upload module
...ancelImg: ''/uploadify/cancel.png'',
multi: true,
auto: false,
script: ''/files/fast_upload'',
onComplete: function(event, queueID, fileObj, response, data) {
var dat = eval(''('' + response + '')'');
$.getScript(dat.upload);},
onAllComplete: function(event, data) {
alert(data.filesUploaded + '' files uploaded successfully!\nThe
average speed is '' + data.speed);
window.location = ''#{root_path}'';
},
});
$(''#attachment_submit'...
2009 Feb 23
3
jquery, ajax, and Internet Explorer
I have a code like this that works in all browsers and not IE. That is
they send the expected GET request while IE is sending a POST request. I
have tested this using IE7
$.ajax({
url: this.href, type: ''get'', dataType: ''script'', success:
function(data){
while in the view I have the normal link_to link.
How do I fix this issue?
--
Posted via
2017 Feb 10
3
Managesieve cannot access script store
...ame result:
Feb 10 15:43:26 p150 dovecot[2042]: managesieve(rogier): Error: sieve:
file storage: save:
open(/home/rogier/sieve/tmp/hutsefluts_1486737806.M728733P6414.p150.sieve)
failed: Permission denied
I have put a script named "std.sieve" in the sieve directory manually.
Then the GETSCRIPT command gives some more information:
Feb 10 15:50:07 p150 dovecot[2042]: managesieve(rogier): Debug: sieve:
file script: Opened script `std' from `/home/rogier/sieve/std.sieve'
Feb 10 15:50:07 p150 dovecot[2042]: managesieve(rogier): Error: sieve:
file script: Failed to open sieve script...
2013 Feb 12
2
Rails parameters get lost because of jQuery link
...39;')
%span= link_to t(''basic''), params.merge(:tag => ''basic'')
And this is the jQuery in the application.js calling to render the main
part of the page:
$(function() {
$("#sort span a, #tag span a").on("click", function() {
$.getScript(this.href);
return false;
});});
The defaults are ''name'' for sort and ''basic'' for tag. They are set in
methods within the controller and model for not being redundant.
The linking itself works perfectly fine and the jQuery itself, too. However
if I add...
2008 Nov 28
2
ManageSieve and invalid scriptname
Hello there,
I have been using pysieved and avelsieve and it has been working
great. I decided to do test with the ManageSieve patch and got this
problem:
Nov 27 17:21:29 cambui dovecot: MANAGESIEVE(miguel): sieve-storage:
using active sieve script path: ~/.dovecot.sieve
Nov 27 17:21:29 cambui dovecot: MANAGESIEVE(miguel): sieve-storage:
using sieve script storage directory: ~/.sieve
Nov 27
2017 Feb 05
5
Managesieve cannot access script store
Hi,
I am trying to get sieve working on a new OpenSuse leap 42.2 install. On
my 'old' OpenSuse 13.2 machine it worked fine.
The problem is that Managesieve can't access the script store and won't
let me create any script. It says permission denied on ~/sieve
directory. See log below. I 've activated debug logging, but that
doesn't give any clues to me. Also, I've