Displaying 20 results from an estimated 700 matches similar to: "imap and character enconding"
2006 Feb 23
1
On the fly enconding with verification?
Well it says: "With this option, Flac will create a parallel decoder that decodes the output of the encoder and compares the result against the original." My question still remains. With "on the fly encoding" it encodes as it rips. It does not create an intermediate WAV file and then converts. So if verification is indeed taking place, does it mean it verifies against the
2004 Feb 04
2
Latin 2 encoding + fonts
Hi,
In the FAQ I read about options to specify different fonts than the default
ones for the console (in the file Rprofile) and for the graphical output
(Rdevga). I would however like to replace Latin 1 with Latin 2 enconding for
both (console and graphical) output in Windows and just graphical output in
Linux.
I guess it is possible but I did not find the way.
How can I use the fonts
2010 May 04
2
Encoding problems, applying a patch, how to???
So, i''m facing issues with encoding, since I need to write an
application in portuguese-brazilian.
This is the error i''m getting: "incompatible character encodings:
UTF-8 and ASCII-8BIT"
The curious thing is that i have a few other views with "special"
characters, like Á or Ç, and all of them works. I have saved this view
using the UTF-8 char encoding and
2010 Jun 14
4
Live Stream Encoding
Hi There,
i want to stream some pictures out of my application using the Theora
codec. I can stream to a socket or a file. The current work based on the
png2theora example. Something while enconding went wrong: I can see the
whole video in VLC, but the complete duration of the file will not be
displayed. If i play the video in Firefox, the first 2 seconds will not
be played. I think the
2009 Dec 30
3
sieve 0.1.14: vacation encodes Subject twice
Hi!
I noticed the following problem in dovecot-1.2-sieve-0.1.14:
The following vacation causes trouble with the Subject line:
if not exists ["List-Id", "List-Post"] {
vacation :days 7 :addresses ["test at netcologne.de"] :subject "=?utf-8?b?w4TDlsOc?= sadasd" "Bin gerade nicht hier.";
}
As you can see, the Subject is already MIME encoded
2008 Mar 13
0
mail problem and rails 2.0.2
Hello,
I have some code for sending mails. The same worked perfectly on a
machine running rails version 1.2.5.
Now i have moved the entire application to another system which is
running rails 2.0.2 Whenever i try to send a mail i get an error
''execution expired''
Please go through the following code if you can figure out something
wrong. Do i need to change something for
2008 Sep 04
1
actionmailer sends from commandline but not from web
Hello all,
I''m having trouble with this simple email class I made for postbacks.
When I run this from the command line an email is sent, however when I
access this .rb file through a browser nothing happens.
-------------------------
#!/usr/bin/ruby
require "rubygems"
require "action_mailer"
ActionMailer::Base.delivery_method = :smtp
2016 Jun 15
1
weird error rights in folders
Hello rowland,
follow the informations:
1) ./configure --prefix=/opt/samba --enable-selftest --enable-debug
2) samba-tool domain provision --domain=CMC --adminpass=Mudar2016
--dns-backend=BIND9_DLZ --server-role=dc --use-rfc2307 --realm=CMC.CORP
3) I created a script to start this as described in the manual Samba4
[global]
netbios name = SAMBA
realm = CMC.CORP
2014 Jul 04
2
error al leer una linea desde un archivo de texto
Que raro, habia enviado este email, pero creo que nunca salio de mi
compu ... gracias a todos por sus sugerencias ... eric.
Estimados todos, gracias por las sugerencias, al final lo resolvi de un
modo "carretero" como decimos aca, por el camino largo. Como no eran
demasiados los archivos corte el contenido y lo pegue en un nuevo
archivo y funciono. Sin embargo, sigo sin saber la
2016 Mar 31
2
Question about 'isUnsignedDIType' function on DwarfUnit.cpp
Hi All,
I have question about 'isUnsignedDIType' function on
'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp'
When we want to generate object file with dwarf debug format, clang
can generates 'DW_ATE_lo_user' encoding for complex integer type as
follow:
"clang/lib/CodeGen/CGDebugInfo.cpp"
llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) {
...
if
2013 Nov 26
3
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
On 11/26/2013 01:14 AM, H. Peter Anvin wrote:
> On 11/25/2013 06:32 PM, H. Peter Anvin wrote:
>> On 11/25/2013 04:12 PM, Gerardo Exequiel Pozzi wrote:
>>>
>>> I made some more and more experiments beyond LBA 65535
>>>
>>> Works: * isolinux-4.07.bin (size 24574) * isolinux-5.00.bin (size
>>> 34816)
>>>
>>> Does not work: *
2009 Sep 11
1
Voicemail by email with HTML
Hi all,
I'm trying to send an email with the voicemail details and I want to send
a HTML link on it to make a click2call to the voicemail main, but the email
is send with 'text/plain' encoding and thus it will not show the link, but
the HTML in plain text on the body of the email,
How can I change the enconding to 'text/html' so the link will get
displayed correctly?
2008 Jun 24
1
Playback of "short" Speex encoded {8KHz, 8 o 16 bit, mono} fails using DirectShow Filter
I attach two wav files of a few seconds duration that fail to play on
Windows Media Player 11 using DirectShow Filter bundled in
oggcodecs_0.71.0946.exe, after enconding them to the Speex audio format
using VBR, as follows:
speexenc.exe --vbr <input-wav-file> <output-spx-file>
The output of speexenc.exe --version* *is:
speexenc (Speex encoder) version speex-1.2beta3 (compiled Dec 11
2015 Dec 04
2
Content-Enconding
Hi,
With Apache one may use "mod_deflate" in order to reduce bandwidth by
using e.g. gzip to compress the http traffic. I would like to use
something similar for email traffic between mail clients to dovecote and
postfix. My questions are:
a) Is this established well enough in most mail clients?
b) Can you recomment a good tutorial for this?
Thank you very much
2015 Dec 04
0
Content-Enconding
On 12/4/2015 6:11 AM, Leander Sch?fer wrote:
> With Apache one may use "mod_deflate" in order to reduce bandwidth by
> using e.g. gzip to compress the http traffic. I would like to use
> something similar for email traffic between mail clients to dovecote and
> postfix. My questions are:
https://tools.ietf.org/html/rfc4978
michael
2015 Dec 04
1
Content-Enconding
Thank you for your quick feedback. I added it to my plugins in the
config. How can I make sure my mailclients are using it? Is there a way
to check this like I can check headers with additional Firefox plug-in
you may recomment?
Kind regards
Leander
Am 04.12.15 um 15:30 schrieb Michael Slusarz:
> On 12/4/2015 6:11 AM, Leander Sch?fer wrote:
>
>> With Apache one may use
2013 Nov 26
1
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
On 11/26/2013 06:52 AM, Gerardo Exequiel Pozzi wrote:
>>
>> Yes. I done the rebuild, but I can not test just now (enconding
>> video!). I will post the result in ~10 hours ;)
>
> Yes! Fixed :)
>
> I tested at LBA 65536 (~128M) and 655360 (~1280M) and works fine in
> both cases.
>
> The big mistery is why this works in some machines and why fails
> in
2006 Mar 22
4
Serialized form... problems with accents
Hi,
I''m working on a french website and I use the Form.serialize method to
send the info through AJAX. The thing is that the accentuated letters
(é,ê,à, etc.) don''t get replaced by their HTML entities and they get
corrupted when retrieving the data. How could I fix that?
thanks a lot,
Blaise Bernie
2009 Sep 11
3
Sieve and locale (Japanese)
I have setup Dovecot-1.2 'delivery' to use Dovecot's Sieve as well (both
versions are latest from dovecot.org).
I am curious if sieve can handle Japanese, or locale, in general in the
language. In particular, the subject which is encoded even more complicated.
if header :contains "subject" ["test", "???"] {
So if I want to file based on above, test,
2007 Jun 01
1
CMU Sieve pluigin missing proper charset support
Hello,
After testing the Sieve plugin for the LDA, I have noticed that it does
not handle charset issues properly. IETF draft says:
4.3. Subject and From Parameters
The ":subject" parameter specifies a subject line to attach to any
vacation response that is generated. UTF-8 characters can be used in
the string argument; implementations MUST convert the string to