characters that should be escaped. the fix for that is in nsSmtpDelegateFactory.cpp.
thanks to nrt@dial.pipex.com for the patch, and cls for testing.
the same problem existed for nntp, in nsNNTPProtocol.cpp
the rest is some code cleanup I had sitting around.
if you send mail and then open the UI for looking at all the smtp servers
you'll get dups. thanks to ch.ey@gmx.net (Christian Eyrich) for the fix.
r=neil, sr=sspitzer
* Move XP_IS_ macros into nsCRT.h & rename them to NS_IS_
* Make local XP_IS_ macros use the nsCRT ones
* Remove NOT_NULL defines
Bug #199920 r=alecf sr=bryner
for sending unsent messages, fix how (and when) we get the
identity from the key we store in the message.
also, some code cleanup.
thanks to ch.ey@gmx.net (Christian Eyrich) for the initial fix,
and to ssu for reviewing and testing the initial fix.
r/sr=sspitzer
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin
this is an experimental landing - if there are performance issues, I will back it out.
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
for the custom headers, we need to push CRLF (not just LF),
just like we do in the C++. otherwise, qmail will complain.
thanks to James Nord (teilo+bugzilla@teilo.net) for the patch.
r=ssu, sr=sspitzer
if your "From" address doesn't have an @ symbol, we crash on send.
thanks to parish@ntlworld.com for the bug report, and the initial patch.
r/sr=sspitzer
"stale" account manager prefs can lead to problems with the compose window
and view navigation. thanks to smaug@jippii.fi for find the bug, and doing the fix.
r/sr=sspitzer
clicking in addressing widget (in reply or edit mailing list dialog)
duplicates the first address.
regression caused by the band-aid for #90337.
thanks to neil for this patch.
r/sr=sspitzer,a=blizzard
Original bug for removing them was 112534.
Please see the discussion in those 2 bugs before complaining or filling new bug reports!
r=caillon,a=UE team