Граф коммитов

1982 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org a7a67aba32 Bug 249912 XSENDER support broken in IMAP
patch by Hans-A.Engel@unibas.ch r=ducarroz sr=bienvenu
2004-07-15 18:36:35 +00:00
scott%scott-macgregor.org cb2d83cc60 Bug #250698 --> make nsIMsgCopyService.CopyFileMessage useful for arbitrary folders
Patch by Myk
r=bienvenu
sr=sspitzer
2004-07-14 04:16:28 +00:00
bienvenu%nventure.com f405ceb1db put up specific error message when imap connection gets reset - helps courier server users who get kicked off because too many connections are used, r/a=sspitzer, sr=mscott 250004 2004-07-12 18:43:41 +00:00
bienvenu%nventure.com 824cfec9df fix save as draft on imap servers that don't like empty flag list sr=mscott 248240 2004-07-02 23:45:27 +00:00
cbiesinger%web.de accb367c14 bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
r+sr=darin
2004-06-29 16:45:07 +00:00
scott%scott-macgregor.org d135597d46 Bug #244325 --> broadcast a notification to the UI when a message is finished being rendered.
sr=bienvenu
2004-06-29 07:08:18 +00:00
bienvenu%nventure.com d78bb30101 fix searching for non 7bit ascii characters with imap 243625 sr=mscott 2004-06-24 14:14:49 +00:00
bienvenu%nventure.com fe8e4e2d2d handle case of special folders (e.g., sent, drafts, etc) being in INBOX on servers which have INBOX as personal namespace, 248080 sr=mscott 2004-06-23 17:54:43 +00:00
roc+%cs.cmu.edu 52092297fe Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
scott%scott-macgregor.org 74cbf0c83e Bug #245430 --> Port more thunderbird static build work to the trunk. Get rid of a static string class
from nsImapProtocol to avoid an OS X static build crash.

sr=bienvenu
2004-06-10 23:51:32 +00:00
bienvenu%nventure.com 9abd635369 fix 245769 and 239181, don't use IMAP status on selected state folder, sr=mscott 2004-06-09 15:31:50 +00:00
bienvenu%nventure.com b9baa999e4 fix 245044 problem with biffing non-inbox imap folders, by backing out fix for 239181, sr=mscott 2004-06-04 23:49:11 +00:00
bienvenu%nventure.com 1b33e69da5 fix for 239181, shouldn't issue IMAP STATUS command when in selected state on folder, sr=mscott 2004-05-23 16:57:34 +00:00
roc+%cs.cmu.edu b8ecbc84da Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu f79a6813af Relanding, since backing out did not fix orange. Bug 232691. 2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu 62f7fc6ea3 Backing out to attempt to fix Mac orange. Bug 232691 2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu b733dd59da Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
using EmptyC?String instead.  Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
bienvenu%nventure.com fc59b9f70f fix stop watch cursor selecting an imap folder for the second time while offline, sr=mscott 244282 2004-05-21 17:39:37 +00:00
bienvenu%nventure.com a6b645eb86 fix 169271 when displaying an imap message with parts, and falling back to fetching the whole msg because the parts are inline, store the msg for offline use if we would have stored it for offline use but for the parts, sr=mscott 2004-05-20 23:28:49 +00:00
bienvenu%nventure.com c2bf27ca90 try to retain label when copying messages to imap server that doesn't support user defined keywords, 215777, sr=mscott 2004-05-20 23:22:52 +00:00
caillon%redhat.com e55198520c Kill off nsComObsolete.h
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00
bienvenu%nventure.com d1e4692360 attempt to fix imap race condition around m_urlInProgress with monitor, don't wait for end idle response when shutting down, sr=mscott 243605 209188 2004-05-18 13:25:57 +00:00
bienvenu%nventure.com 22302737d3 fix problem where folders three levels deep or more were not shown in folder pane, if one of the ancestors was not subscribed to, sr=mscott 241319 2004-05-05 03:07:34 +00:00
bienvenu%nventure.com 9ced87198b fix 186894 folders other than imap inbox aren't checked for new mail at startup, r/sr=mscott 2004-05-04 18:32:25 +00:00
bienvenu%nventure.com 74b431fd1d fix memory leak copying multiple messages to an imap folder from a different account, 213688, sr=mscott 2004-04-27 19:52:41 +00:00
neil%parkwaycc.co.uk 9ef0f1f9ba Removing unused variables b=90906 p=gautheri@noos.fr r=me sr=bienvenu 2004-04-26 23:28:48 +00:00
bienvenu%nventure.com 6860e94d83 fix imap empty trash, sr=mscott 241778 2004-04-26 20:51:43 +00:00
bienvenu%nventure.com 5d38ce6a49 fix another cause of 83396 alert from cyrus imap server about message containing bare newlines, sr=mscott 2004-04-24 14:31:03 +00:00
bienvenu%nventure.com b5040e75e2 null check to prevent crash with idle response and null mail folder sink sr=mscott 241464 2004-04-23 18:25:17 +00:00
scott%scott-macgregor.org 1951014062 fix comment in assert, as temporary filters are not just for mdn any more.
rs=bienvenu
2004-04-18 19:19:17 +00:00
neil%parkwaycc.co.uk 3a754bb5f0 Die viewString die! (previous checkin for bug 132450 missed some sites) r/sr=bienvenu 2004-04-17 20:50:30 +00:00
gerv%gerv.net 482dc5fcad Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 18:33:16 +00:00
cbiesinger%web.de 3c212719bf bug 239604. make uriloader more doxygen friendly, and remove unused "command"
parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin
2004-04-16 21:06:07 +00:00
neil%parkwaycc.co.uk ffbd23982c Bug 193625 Option to mark incoming junk mail as read p=eyalroz@technion.ac.il r=me sr=bienvenu 2004-04-16 10:24:19 +00:00
bienvenu%nventure.com ffdc973df8 fix small memory leak when online imap directory is set, sr=mscott 240533 2004-04-14 20:38:16 +00:00
cbiesinger%web.de 1b4bef99b0 fixing ports bustage 2004-04-13 21:30:55 +00:00
bienvenu%nventure.com d626970465 224318 backend support for automatic server spam filter filters sr=mscott 2004-04-13 18:16:35 +00:00
bienvenu%nventure.com 804ad832e0 add support for IMAP AUTH=NTLM, MSN, sr=mscott 200436 2004-04-13 17:35:52 +00:00
bienvenu%nventure.com 6fd0bba771 make nsISeekableStream interface support 64 bit streams, part of 180154 also fix 207400 allow mail folders > 2GB r=darin, sr=mscott 2004-04-13 14:37:53 +00:00
jshin%mailaps.org fdf2ad9bff bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott) 2004-04-13 04:07:07 +00:00
bienvenu%nventure.com 66e0fcf463 when storing flags, coalesce the ranges so we won't issue really long imap commands, sr=mscott 238680 2004-04-13 00:50:14 +00:00
bienvenu%nventure.com 7513e2a2ca when checking imap folders other than inbox for new messages, chain status commands instead of firing them off all at once, sr=mscott 239939 2004-04-13 00:28:36 +00:00
bienvenu%nventure.com 164d28e76e fix 83396 alert: message contains bare newlines when copying local message to cyrus/netscape imap server, sr=mscott 2004-04-13 00:22:26 +00:00
scott%scott-macgregor.org 0980d7036d Bug #198087 --> Mark new items in Unsent and Drafts folders to Unread
sr=bienvenu
2004-04-13 00:06:46 +00:00
neil%parkwaycc.co.uk 0516ef587a Bug 226270 Rationalization of folder listeners, part 1 r=bienvenu sr=mscott 2004-04-12 22:35:01 +00:00
bienvenu%nventure.com 6e32eb2b9a fix disappearing imap namespaces when you have an online server directory set by not listing namespaces, 239868 sr=mscott, a=asa 2004-04-11 15:11:54 +00:00
bienvenu%nventure.com 89529196ea don't try to get new messages when we get idle response if we're no longer connected, patch by ere, r/sr=me, a=chofmann 239802 2004-04-08 16:28:33 +00:00
bienvenu%nventure.com e85063d715 fix expunge imap inbox on exit leaving nstmp files around if inbox configured for offline use r/sr=mscott, a=chofmann 239902 2004-04-08 03:26:10 +00:00
dveditz%cruzio.com 9121fb5d1b bug 239843 fix crash if nsImapIncomingServer tries to log before constructing nsImapProtocol
r=bienvenu, sr=mscott, a=chofmann for 1.7
2004-04-07 20:09:13 +00:00
bienvenu%nventure.com 8ceb6e5add fix regression in going offline wih a single imap server configured for offline use, sr=mscott, a=chofmann 236532 2004-04-07 15:07:21 +00:00