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

15576 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%nventure.com 646dbcbcbd fix initial default for special folders for imap servers to be on imap server, sr=mscott 254016 2004-08-04 16:44:01 +00:00
scott%scott-macgregor.org c2c3dd327e Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document for Thunderbird.
This means moving nsIMimeConverter into a scriptable interface so we can access it from JS for Thunderbird.
2004-08-04 04:48:44 +00:00
scott%scott-macgregor.org d5ca962752 Bug #216133 --> Allow remote images from senders in the white list for Thunderbird.
Enable remote image blocking by default, add pref UI under privacy for controlling the new white list settings
for blocking remote content.
2004-08-03 22:41:10 +00:00
bienvenu%nventure.com ec76b3d306 fix updating of view counts when new hdr arrives as top level msg in expanded thread, sr=mscott 231846 2004-08-03 21:28:14 +00:00
neil%parkwaycc.co.uk 588e6c9c54 Bug 254047 Fix invalid locale assumptions and problems with commas in addresses r=mscott sr=bienvenu 2004-08-03 21:15:00 +00:00
bienvenu%nventure.com 1e5bbf5081 fix undo of top level message in a thread sometimes messing up display of thread, sr=mscott 231846 2004-08-03 20:15:54 +00:00
scott%scott-macgregor.org 6180647f43 Bug #254101 --> make skipPanels=true work again for ISP provided .rdf files in the account wizard. My RSS changes broke that behavior. 2004-08-03 18:31:07 +00:00
bienvenu%nventure.com f2cf87ad88 fix for crash 253804 check for new mail at startup with out of date .msf file, sr=mscott 2004-08-03 14:01:25 +00:00
bienvenu%nventure.com fd15fced30 part of work for 11051, virtual folders, register contract id for msg db factories, sr=mscott, forgot to check this in 2004-08-03 00:14:13 +00:00
bienvenu%nventure.com 91f634e8e9 add contract ids for mail dbs, part of work for 11051, forgot to check this in before 2004-08-02 23:58:59 +00:00
bienvenu%nventure.com 6ce1670af3 fix non tbird build bustage 2004-08-02 15:51:05 +00:00
bienvenu%nventure.com e2dc9c98b5 more backend work for virtual folders, add support for pending db listeners, cleanup way db's are created and opened, r/sr=mscott 11051 2004-08-02 15:43:12 +00:00
timeless%mozdev.org b4bd6ced26 Bug 248768 parser code for IMAP and addrbook: stroken_r: pull end-of-string checks out of char-delimiter loop
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=neil
2004-08-01 04:02:02 +00:00
bryner%brianryner.com 5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
kjh-5727%comcast.net a5bfb68c59 Fixing bustage (gcc 3.3.1 ambiguous conversion) 2004-07-31 20:22:50 +00:00
cbiesinger%web.de 41f402fc67 Bug 226005 replace some users of nsIPref with nsIPrefService/nsIPrefBranch in
mailnews
patch by Mikael Parknert <mikael@parknert.se> r=bienvenu sr=darin
2004-07-31 18:04:18 +00:00
kjh-5727%comcast.net 8db0fb69b9 Fixing bustage ("ambiguous conversion" from gcc 3.3.1) 2004-07-31 15:56:39 +00:00
scott%scott-macgregor.org 6686a8f05a Allow local RSS messages to bypass the remote image blocking policy for Thunderbird. Improvement to Bug #250246.
(NOT PART OF THE SEAMONKEY BUILD which is closed)
2004-07-31 03:57:39 +00:00
bienvenu%nventure.com d585c6199a fix creation of local folder after previous deletion left .msf file around, r/sr=mscott 248564 2004-07-29 20:30:34 +00:00
cbiesinger%web.de 3506522cc6 Bug 252468 Remove outdated autostretch attribute from the tree
patch by Simon Paquet <bugzilla@babylonsounds.com> r=neil rs=bz
2004-07-29 18:25:42 +00:00
Stefan.Borggraefe%gmx.de 2a689dc6fb Correction for my previous checkin for bug 233791. I accidentally checked in something slighlty differnt than what was reviewed before. 2004-07-29 06:52:17 +00:00
bienvenu%nventure.com 63a5e306e6 fix 252921, add default for mail.check_all_imap_folders_for_new so about:config will show it, patch by gemal.dk, r=mscott, sr=bienvenu 2004-07-28 23:09:44 +00:00
Stefan.Borggraefe%gmx.de f5ffb0eb06 Fix for bug 233791: Toolbar button jumps when marking a message as junk (or not junk)
r=neil,sr=mscott
2004-07-28 20:44:22 +00:00
scott%scott-macgregor.org d45441c1be Bug #2533227 --> try to fix a thunderbird top crash at [@ nsMsgContentPolicy::ShouldLoad ]
by setting the rv value correctly.
2004-07-28 17:35:14 +00:00
scott%scott-macgregor.org b0a6d26043 Bug #253359 --> use a generic message type atom so we can dynamically style the thread pane
with servers that are application extensions (such as rss) without hard coding the server types
in nsMsgDBView

sr=bienvenu
2004-07-28 05:56:10 +00:00
timeless%mozdev.org 0f8e28f7c1 Bug 90161 URL recognition at the end of line in QP (quoted-printable) misses last character
patch by anlan@ida.liu.se r=ducarroz sr=bienvenu
2004-07-28 05:54:11 +00:00
scott%scott-macgregor.org 18f20083dc Bug #253055 --> Use a folder listener to track folder name changes and folder deletions of RSS folders
so we can keep our subscription data source up to date. Part of the Thunderbird RSS work.

sr=bienvenu
2004-07-27 19:34:05 +00:00
bzbarsky%mit.edu 02d0d94b73 Switch context back to being nsISupports, but make it clear that it's expected
to be an nsIDOMNode or nsIDOMWindow.  Bug 252027, r=mvl, sr=shaver
2004-07-27 17:15:53 +00:00
bryner%brianryner.com 7c28fc3799 Fixing botched trunk merge 2004-07-25 18:50:32 +00:00
cbiesinger%web.de edd98105f6 Bug 252541 remove nsString::IsSpace and nsString::IsASCII
r=darin sr=dbaron
2004-07-25 12:12:39 +00:00
neil%parkwaycc.co.uk 4a5c9672d4 Bug 240491 Fix advanced message search sort direction indicators r=mscott sr=bienvenu 2004-07-25 09:31:27 +00:00
Stefan.Borggraefe%gmx.de 5bd3e0fd5a Fix for Bug 252795: Folder/Newsgroup Properties dialog has no accesskeys
r=aaronl, sr=mscott
2004-07-25 00:12:54 +00:00
bryner%brianryner.com ee0713fbfb Thunderbird default mail/news client support for GNOME (bug 252056). r=mscott. 2004-07-24 23:54:29 +00:00
Stefan.Borggraefe%gmx.de 3f48b1496e Bug 226956: </mailnews/*> files: Convert <window class="dialog"> to <dialog>
This patch removes superfluous references to dialogOverlay.* and converts the certFetchingStatus-dialog to <dialog>.
r=neil, sr=mscott
2004-07-24 21:56:22 +00:00
scott%scott-macgregor.org 0f6bca050a Bug #252859 --> Add support for dropping RSS urls onto RSS servers and folders to automatically subscribe to the feed.
Bug #252860 --> Add error reporting to alert the user when the feed url could not be downloaded or if the feed url wasn't an rss type we could understand.

sr=bienvenu
2004-07-24 19:58:43 +00:00
bienvenu%nventure.com 9f8bc79bbc make ldap quick search from address book cache ldap connections, 239474, r=sspitzer, sr=mscott 2004-07-24 19:50:29 +00:00
bienvenu%nventure.com f2435f3bf5 fix initial get new mail after creating non-deferred pop3 account, r=mscott, sr=sspitzer 252843 2004-07-24 18:53:53 +00:00
bienvenu%nventure.com 89d8f55ef0 fix 247524 LDAP directories don't work from select address window, sr=mscott 2004-07-24 02:38:23 +00:00
bienvenu%nventure.com b769476f15 use original server's filter file even if pop3 server is deferred, sr=mscott 248244 2004-07-23 16:22:41 +00:00
bienvenu%nventure.com 75a2ca1f8d fix UMR in ns_MsgStripRe, sr=mscott 2004-07-23 02:47:04 +00:00
bienvenu%nventure.com 2a4479ec42 fix case where mem cache had empty messages put it, also recover from same error, 249195 sr=mscott 2004-07-23 02:46:12 +00:00
scott%scott-macgregor.org 9962db3236 Bug #2522688 --> Add rss incoming server attributes for fetching the location of the feed and feed item
data sources for thunderbird.

sr=bienvenu
2004-07-22 23:27:32 +00:00
scott%scott-macgregor.org e55f07390a Bug #252483 --> the account wizard should not force all account types to show the identity panel. Move the code that customizes the panels from the end of the identity panel to the end of the account type panel.
The wizard should not assume the account wizard created an identity. If we dont' have any identity attributes, don't try to write an identity to disk.

sr=bienvenu
2004-07-22 18:37:22 +00:00
bienvenu%nventure.com 365dc5a6ea fix 249607 handle case of multiple pop3 servers downloading to same inbox on startup, sr=mscott 2004-07-22 03:58:14 +00:00
scott%scott-macgregor.org 801510b89f Bug #252496 --> Clicking Get New Mail from the actual RSS Server (and not a folder) fails
to fetch new feed postings for the rss feeds.

sr=bienvenu
2004-07-21 19:39:12 +00:00
bienvenu%nventure.com 0d957e4e54 fix 202169, empty from header messes up filters based on ab presence, a=mkaply, r/sr=me, patch by kalium@gmx.de 2004-07-21 18:23:10 +00:00
bienvenu%nventure.com 47a682153e fix 251885 get new mail on deferred pop3 account should just get new mail on that account, sr=mscott 2004-07-21 17:24:34 +00:00
bienvenu%nventure.com 8415362046 fix250212 sr=mscott when deferring a pop3 server, make sure special folders aren't still set to the account 2004-07-21 15:30:12 +00:00
bienvenu%nventure.com a37ff78a75 backend work for virtual folders, 11051, r/sr=mscott 2004-07-20 14:48:36 +00:00
sspitzer%mozilla.org e5b0daeda4 fix for bug #246051
Hang when drag attachment to desktop when the file name has an accented char

r/sr=mscott
2004-07-19 06:50:02 +00:00
neil%parkwaycc.co.uk c056f1527d Bug 247419 Make account manager help button context sensitive again r/sr=mscott 2004-07-18 20:33:08 +00:00
bienvenu%nventure.com ec8e88d353 fix 234421 authentication error on login POP3 server patch by ch.ey@gmx.net r=bienvenu, sr=mscott 2004-07-17 19:38:56 +00:00
bienvenu%nventure.com f9c2689dac fix mapi blind send of accented chars, fix suggested by jshin@mailaps.org, r/sr=bienvenu 250455 2004-07-17 19:08:48 +00:00
scott%scott-macgregor.org 84279c9168 Improve profile migration from Eudora experience for Thunderbird.
Bug #3157 --> Eudora importing fails to detect HTML messages.

Bug #242953 --> Migrate the attachment names in messages during Eudora profile migration instead of using the name
"Attachment"

sr=bienvenu
2004-07-17 04:53:26 +00:00
scott%scott-macgregor.org 6e0b8971e2 Bug #251657 --> Thunderbird profile migration from Eudora.
Re-write the code that parses the windows registry string to properly find eudora.ini so we don't have to prompt the user.
Fix a memory issue with writing to an unallocated nsIFileSpec.
Fix a memory issue by using a nsCOMPtr for the eudora location member variable.
2004-07-17 04:51:13 +00:00
gerv%gerv.net c01bb2d438 Bug 236613: change to MPL/LGPL/GPL tri-license, and other license-related fixups. 2004-07-16 19:09:02 +00:00
gerv%gerv.net 9f35e25052 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:48:35 +00:00
Stefan.Borggraefe%gmx.de 85cbc99522 Fix for Bug 67606: Folder properties dialog should allow renaming
r=mscott, sr=bienvenu
2004-07-16 05:45:25 +00:00
timeless%mozdev.org 1013461c42 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
bienvenu%nventure.com 54674f285a fix 235686 add x-mimeole to list of user agents we recognize in e-mail messages, patch by bugzilla@gemal.dk, r=timeless, sr=bienvenu 2004-07-15 16:20:39 +00:00
Stefan.Borggraefe%gmx.de d77b1b0e6e Forgot to address a review comment before checking in the fix for bug 177054. This additional checkin just corrects the indentation. 2004-07-15 10:37:13 +00:00
Stefan.Borggraefe%gmx.de 9b5edbbcdd Fix for Bug 177054: fix all openers of the Advanced Address Book search dialog to open a new dialog (if one is not already open), or raise the existing one (if it exists)
r=neil, sr=sspitzer
2004-07-15 10:10:53 +00:00
Stefan.Borggraefe%gmx.de b7d4ca31c1 Fix for Bug 245736: importProgress dialog is unused and can be removed
r=neil, sr=bienvenu
2004-07-15 10:06:47 +00:00
Stefan.Borggraefe%gmx.de 75d3c28fa4 Fix for Bug 250139: New/Edit Address Book Card dialogs shouldn't have buttonpack="center"
r=neil, sr=mscott
2004-07-15 09:59:43 +00:00
cbiesinger%web.de dd725b585f fixing beos bustage from bsmedberg's semi-single-profile landing
should not affect other platforms
2004-07-14 23:50:21 +00:00
bienvenu%nventure.com d59fa28f9e fix 250559, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott shouldn't recognize .CR as a message terminator w/o LF 2004-07-14 22:27:30 +00:00
stephendonner%yahoo.com c4e24f586a Bug 249522. Unnecessary entry 'Delete' and its accesskey in DTD. r=neil, sr=tor 2004-07-14 22:13:26 +00:00
scott%scott-macgregor.org d14281084f Bug #250698 --> make nsIMsgCopyService.CopyFileMessage useful for arbitrary folders
Patch by Myk
r=bienvenu
sr=sspitzer
2004-07-14 04:16:28 +00:00
neil%parkwaycc.co.uk a9079b16d5 Bug 213004 Add preference for recognition of localized "Re:" strings added by broken mailers p=mbockelcamp@web.de r=me sr=bienvenu a=asa 2004-07-13 09:33:22 +00:00
scott%scott-macgregor.org f003f5f4b4 when migrating a thunderbird user from outlook express, default the reply style to top to match
what they are used to.
2004-07-13 01:35:04 +00:00
pkw%us.ibm.com 34b81cf033 Bug 201055 - Automatic mail collection does not work with movemail
r=pkwarren@gmail.com, sr=mscott@mozilla.org, a=sspitzer@mozilla.org

Patch contributed by Michael Malcom <michaelmalcom@mindspring.com>.
2004-07-12 23:43:14 +00:00
neil%parkwaycc.co.uk eb60f59b7a Bug 250291 Missing headers on inline forwarded HTML message r=mscott sr=bienvenu a=sspitzer 2004-07-12 23:26:39 +00:00
bienvenu%nventure.com 1b3caa07d9 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
scott%scott-macgregor.org a667360bb7 fix a memory leak from my previous checkin 2004-07-11 00:28:18 +00:00
scott%scott-macgregor.org 541f1ba0ae fix unix bustage 2004-07-11 00:10:20 +00:00
scott%scott-macgregor.org daa817f8cf fix linux bustage 2004-07-10 23:20:13 +00:00
scott%scott-macgregor.org 5b738a1db5 Bug #250247 --> Framework work for News & Blog account settings for Thunderbird.
newsblog.js is now an account manager extension so it can overlay custom panels into the account manager.

Implement "download new articles at startup". Implement Check for new articles every n minutes.

Add a property on nsIMsgIncomingServer that allows the incoming server
to specify the main account manager xul file that is loaded for that server
instead of hard coding am-main.xul in the account manager data source.
2004-07-10 22:52:48 +00:00
scott%scott-macgregor.org 1ee1c18dc1 Point to the products page not the projects page 2004-07-10 17:26:16 +00:00
scott%scott-macgregor.org 035c63540a Bug #244325 --> Fix the case mismatch idl warning
Patch by Stephen Walker
2004-07-08 04:01:58 +00:00
scott%scott-macgregor.org d93d272066 Not part of the seamonkey build.
Bug #250246 --> Simplify the overall logic for thunderbird's remote content policy and add some comments.
2004-07-08 03:37:38 +00:00
bienvenu%nventure.com 7c8fb02a1b fix 249865 use native linebreak when writing out account key, patch by mark@peek.org, r/sr=me 2004-07-07 17:51:28 +00:00
bienvenu%nventure.com a6aebf0e0b make newsblog use nsIMsgLocalMailFolder::AddMessage interface to add messages, so that we can use the new mail parser object, run filters, etc, sr=mscott 225158 2004-07-07 16:28:17 +00:00
Stefan.Borggraefe%gmx.de efe3abeb0b Bug 226956: Convert users of dialogOverlay.xul in mailnews/ to <dialog>. The patch also corrects some minor UI issues like missing/wrong access keys.
r=neil, sr=mscott
2004-07-07 11:32:45 +00:00
jshin%mailaps.org 79869c9ef7 bug 243618 : relanding the up-to-date(tested) patch (sorry for the bustage) r=bienvenu, sr=neil 2004-07-07 08:28:54 +00:00
jshin%mailaps.org f44dc0930c bug 247958 : labelling 'ASCII only messages' as 'US-ASCII' leads to an interoperability problem with MS OE and some other MUAs (r=mscott, sr=bienvenu) 2004-07-07 08:07:06 +00:00
timeless%mozdev.org 49246195a3 Fixing build bustage from bug 243618 2004-07-07 06:37:15 +00:00
scott%scott-macgregor.org 9ea50eb2ea Bug #250084 --> When opening up a folder, don't scan it for junk mail if the user has not
actually marked something as junk (or not junk). This makes the first use case much smoother since
we don't download the message bodies for every message in your Inbox on first launch.
sr=bienvenu
2004-07-07 06:15:10 +00:00
jshin%mailaps.org 78b9f2b92a bug 243618 : Windows registry (non-ASCII values) for MAPI are garbled (r=bienvenu, sr=neil) 2004-07-07 03:40:35 +00:00
scott%scott-macgregor.org 9480d83c9c Bug #249614 --> When migrating from outlook, translate special outlook folder names to their mozilla
equivalents. When importing a POP3 server, use the Global Inbox.
2004-07-06 22:53:39 +00:00
neil%parkwaycc.co.uk e7f8a10fbf Allow SeaMonkey to handle vCard attachments internally by launching a new address card dialog, also clean up the code to use a stream loader instead of implementing a new stream listener b=243733 r/sr=mscott 2004-07-06 14:06:45 +00:00
scott%scott-macgregor.org d500d3f1ae Fix non thunderbird build bustage 2004-07-04 07:45:15 +00:00
scott%scott-macgregor.org ce03e1d718 Bug #249650 --> Add support for a website header to the message header pane for
the Thunderbird RSS reader.
2004-07-04 06:15:40 +00:00
scott%scott-macgregor.org ed5f9e9946 Bug #249650 --> Add support for a website header to the message header pane for
the Thunderbird RSS reader.
2004-07-04 06:09:37 +00:00
scott%scott-macgregor.org 85d0169a65 Bug #249614 --> Porting tbird branch changes back to the trunk.
Changes to make the import module better support the new migration wizard for Outlook Express migrations.

1) Allow a consumer to pass in an RDF URI for an address book (i.e. the
personal AB) to migrate address book data too. This allows the OE migrator to
migrate address book data directly to a Personal Address book instead of to
"Outlook Express Address Book"

2) When migrating OE Pop3 servers, make them use the deferred account by
default (Local folder Global Inbox)

3) Add folder translation code to translate Outlook Express Local Folder names
into folder names Mozilla will recognize (like Deleted Items --> Trash)

4) If we are migrating local folders (as opposed to importing), migrate
directly into local folders and not as a sub folder of Local Folders.

sr=bienvenu
2004-07-04 05:19:34 +00:00
bienvenu%nventure.com 546cd5ab4b 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
neil%parkwaycc.co.uk dee1fe6515 Fix javascript strict warning: assignment to undeclared variable gLDAPPrefsService b=58696 p=gautheri@noos.fr r/sr=mscott 2004-07-02 09:05:49 +00:00
scott%scott-macgregor.org d9839dd2c9 Bug #216133 --> port thunderbird changes for the new content policy manager from the branch to the trunk. 2004-07-01 02:43:02 +00:00
cbiesinger%web.de 6263ab98d2 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 70fa757a05 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
scott%scott-macgregor.org e204adbfd3 Bug #248643 --> use NULL as the process name for static thunderbird builds
when looking for the biff icon resource.

Fixes the biff icon not showing up when using the new profile code.
2004-06-29 06:44:08 +00:00
neil%parkwaycc.co.uk 8671a144d2 Bug 248275 Fix JavaScript strict warning: function onOk does not always return a value p=gautheri@noos.fr r=me sr=mscott 2004-06-28 08:44:49 +00:00
neil%parkwaycc.co.uk 5cd9590b37 Removing unused variable b=207861 p=gautheri@noos.fr r=me sr=mscott 2004-06-28 08:43:14 +00:00
timeless%mozdev.org 766d404cfe Bug 240947 use content instead of _content
r=neil sr=dveditz
2004-06-24 23:44:05 +00:00
bienvenu%nventure.com a11eee24c9 fix 189344 use mapi recip display name as address if no address specified sr=mscott 2004-06-24 17:28:32 +00:00
bienvenu%nventure.com 4500faac0e attempt to fix mac os x build bustage 2004-06-24 14:41:28 +00:00
bienvenu%nventure.com 452a472b90 fix searching for non 7bit ascii characters with imap 243625 sr=mscott 2004-06-24 14:14:49 +00:00
neil%parkwaycc.co.uk c5ba08c0f1 Bug 248193 Better Attach Web Page dialog r=sspitzer sr=bienvenu 2004-06-23 19:12:31 +00:00
bienvenu%nventure.com 8e13f99669 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
bienvenu%nventure.com 54008bf351 only pay attention to first x-mozilla-status headers when parsing mail message because spammers have been setting x-mozilla-status, r/sr=mscott 196749 2004-06-23 14:48:52 +00:00
jshin%mailaps.org 8eff749018 bug 247450: Suggested file name for email/news posting is RFC2047-encoded (e.g. =?KOI8-R?B?.....?=) : patch by eaglus@yandex.ru, r=bienvenu, sr=mscott 2004-06-23 00:33:16 +00:00
bienvenu%nventure.com 8b2e48d087 allow new flag to be set on new msg hdr, part of rss work 225158 r/sr=sspitzer 2004-06-22 21:06:43 +00:00
jshin%mailaps.org 7717385d2b bug 238165 : text/plain part (that is tagged as 'base64' in Content-Transfer-Encoding) of multipart/alternative message is not actually b64-encoded (r=bienvenu, sr=mscott) 2004-06-22 19:48:59 +00:00
neil%parkwaycc.co.uk 31fad272fa Move HELP key binding into the unix overlay b=229438 r=kyle.yuan sr=Henry.Jia 2004-06-21 08:04:38 +00:00
timeless%mozdev.org 7f32d59284 Bug 247711 Remove outdated "tbautostretch" XUL attribute from the codebase
patch by bugzilla@babylonsounds.com r=neil sr=brendan
2004-06-20 22:45:14 +00:00
neil%parkwaycc.co.uk bed5e31996 Bug 244688 JavaScript strict warning: assignment to undeclared variable gChangeJunkScoreCheckbox r=me sr=Henry.Jia 2004-06-20 09:17:44 +00:00
cbiesinger%web.de 6eb00ce5e7 bug 166068 make selection of new dropdown value in mailnews compose window better
patch by Eyal Rozenberg <eyalroz@technion.ac.il> r=neil sr=bienvenu
2004-06-19 17:29:33 +00:00
bienvenu%nventure.com 7629679749 fix 247618 download now link for partial messages doesn't work when account has been deferred sr=mscott 2004-06-19 16:31:20 +00:00
bienvenu%nventure.com b862e48b30 fix regression in downloading partially downloaded pop3 messages, r=hyc@symas.com, sr=mscott 247592 2004-06-18 22:18:30 +00:00
bienvenu%nventure.com e9f2c89d66 fix sun os 5 build bustage 2004-06-18 20:18:39 +00:00
bienvenu%nventure.com 3e1c8b4ac9 follow-on fixes for 185184, pop3 header only mode, patch by hyc@symas.com, r=bienvenu, sr=mscott 2004-06-18 18:37:36 +00:00
bsmedberg%covad.net 27b47f1242 Forgot a couple mailnews files from the semi-single-profile merge. To get the profile path, use the directory service instead of the profile service. Make offline-startup use a app-startup observer instead of a profile-startup observer. 2004-06-18 15:58:14 +00:00
Stefan.Borggraefe%gmx.de 6d7380f84c Bug 229451: pref-notifications.xul should have more IDs
Patch by Ilya Konstantinov
r=mscott, sr=mscott
2004-06-18 12:21:42 +00:00
bienvenu%nventure.com 7bf1311b9a more work on 225158, fix rss extension creation of folders for subscribed folders that don't exist on disk, sr=sspitzer 2004-06-17 23:39:03 +00:00
bienvenu%nventure.com 14ef8b2968 remove dependency on xmlextras and dom introduced by initial rss support, fix build bustage for those who don't build xmlextras but build mailnews 225158 r/sr=sspitzer 2004-06-17 14:39:52 +00:00
scott%scott-macgregor.org 1c258d6df6 Land static build changes for thunderbird on the trunk
Bug #245430
2004-06-17 03:22:37 +00:00
roc+%cs.cmu.edu 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
Stefan.Borggraefe%gmx.de fb9b9603af Fix for bug 247044: Cannot select different SMTP server (except for POP3 accounts)
r=bienvenu, sr=mscott
2004-06-16 22:38:46 +00:00
bienvenu%nventure.com 359f094153 backend work for having an rss incoming server, to go with rss extension, 225158 r/sr=sspitzer 2004-06-16 19:18:59 +00:00
neil%parkwaycc.co.uk de5a02f834 Bug 233091 JavaScript strict warning: assignment to undeclared variable plus conversion to use prompt service p=gautheri@noos.fr r=me sr=Henry.Jia 2004-06-16 11:26:58 +00:00
sspitzer%mozilla.org 7c9d50866f backing out my fix for bugs #245520 and #44494
for now, don't remember the ask format automatically in the addressbook
until we add some additional UI and fix the plain text case

r/sr=mscott
2004-06-16 04:59:46 +00:00
scott%scott-macgregor.org d6c9fb0e3f Bug #246744 --> additional account identities aren't getting the right smpt server key and sent folder values
sr=bienvenu
2004-06-16 00:38:42 +00:00
sspitzer%mozilla.org 8a9ca20077 fix for bug #245520
only auto-remember "html" in ab for "send format", not "plain"

r/sr=mscott
2004-06-15 07:31:50 +00:00
cbiesinger%web.de 3ae8f7754e bug 232488 importMsgs.properties cleanup (remove unused strings + fix capitalization)
patch by Andreas Kunz <durbacher@gmx.de> r=neil sr=bienvenu
2004-06-14 19:41:26 +00:00
bienvenu%nventure.com d13b8cf245 fix defer account status on new pop3 accounts if user choses not to use global inbox, 243837, r/sr=mscott 2004-06-14 17:35:16 +00:00
Stefan.Borggraefe%gmx.de 7a136d5f49 Changes all checkboxes in MailNews so they don't change state if the empty area right of their text is clicked (Bug 244413).
r=neil, sr=mscott
2004-06-14 05:40:21 +00:00
scott%scott-macgregor.org cc046f4b28 Try to fix some Thunderbird build problems on certain OS X build machines. CVS: ---------------------------------------------------------------------- 2004-06-13 04:52:25 +00:00
scott%scott-macgregor.org d5d9693ba7 Bug #246169 --> Add Support for importing mail from Eudora to Thunderbird on OS X.
Effects thunderbird only
2004-06-12 04:26:14 +00:00
neil%parkwaycc.co.uk d6d70f3234 Bug 245325 Really fix addressbook's abuse of menulists r/sr=mscott 2004-06-11 11:48:14 +00:00
jshin%mailaps.org bbf3ecb573 bug 227547: Add NFD->NFC conversion for attachment name (r=bienvenu, sr=mscott) 2004-06-11 00:47:31 +00:00
scott%scott-macgregor.org 8b3b9e40f2 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
scott%scott-macgregor.org 6481e20c8d Bug #245430 --> Remove static global string object to fix a crash on OS X static builds.
sr=bienvenu
2004-06-10 22:03:52 +00:00
neil%parkwaycc.co.uk 5be5e5bb3f Hidden pref to disable expanding and scrolling to new message when opening folder b=139242 r/sr=bienvenu 2004-06-10 18:57:58 +00:00
bienvenu%nventure.com 0367cfdae3 fix for 185184, patch by hyc@symas.com, r=bienvenu, sr=mscott add option to only download pop3 headers initially, and download body on demand 2004-06-10 15:58:10 +00:00
bienvenu%nventure.com 8a50db6a22 add UI for global pop3 inbox in account wizard and account settings, r=mscott, sr=sspitzer, 243837 2004-06-10 14:10:03 +00:00
bienvenu%nventure.com 9303873de8 add UI for global pop3 inbox in account wizard and account settings, r=mscott, sr=sspitzer, 243837 2004-06-10 14:04:32 +00:00
neil%parkwaycc.co.uk 955e71a549 Bug 192557 Rebuild HTML draft from source rather than reinserting it as HTML r=glazou sr=mscott 2004-06-10 10:48:30 +00:00
pkw%us.ibm.com d1a98c592e Bug 186789 - Ctrl+Shift Shortcuts in Mozilla conflict with ISO 14755 Input methods (shift+ctrl keys don't work) [mark all read]
r=neil.parkwaycc.co.uk@myrealbox.com, sr=alecf@flett.org (for XPFE changes), src=mscott@mozilla.org (for MailNews changes)
2004-06-10 01:42:00 +00:00
scott%scott-macgregor.org 762c40a654 Bug #245430 --> Port more thunderbird static build work to the trunk 2004-06-09 18:36:58 +00:00
bienvenu%nventure.com 61412032bd fix 245769 and 239181, don't use IMAP status on selected state folder, sr=mscott 2004-06-09 15:31:50 +00:00
scott%scott-macgregor.org 0ed1962fcd Bug #245430 --> More Thunderbird static build work. Hook up the biff icon from the system tray to work
with the static Windows build.
2004-06-07 02:51:00 +00:00
scott%scott-macgregor.org 017caa0ec0 Bug #245430 --> static build work for Thunderbird 2004-06-06 22:33:09 +00:00
neil%parkwaycc.co.uk b524e9d1e5 Simplify addressbookpicker code to something that works b=245325 r/sr=sspitzer moa=bienvenu 2004-06-05 21:45:06 +00:00
bienvenu%nventure.com f2162cd40b 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
sspitzer%mozilla.org efbefa7227 adding comment, no bug 2004-06-04 07:57:01 +00:00
neil%parkwaycc.co.uk 8792be5aaa Bug 245325 Fix addressbook's abuse of menulists r/sr=mscott 2004-06-03 16:52:06 +00:00
scott%scott-macgregor.org b1b2f1811e Bug #243733 --> Port Thunderbird's fix for handling the opening of vCard attachments internally instead of
opening up a helper app to the trunk.

sr=bienvenu
2004-06-03 04:25:57 +00:00
bienvenu%nventure.com 87aaa08996 fix start end batch bug when marking messages as junk, r=neil.parkwaycc.co.uk, sr=bienvenu, patch by eyalroz@technion.ac.il 2004-06-02 17:53:36 +00:00
scott%scott-macgregor.org 94e3b55fe4 Bug #244722 --> Message truncated in headers stops mail from automatically moving all junk messages
Patch by Lorenzo Colitti

sr=mscott
2004-06-02 17:22:48 +00:00
bienvenu%nventure.com 37b62cc2b0 fix 245098 pop3 messages deleted locally deleted from server, r/sr=mscott 2004-06-02 14:22:56 +00:00
jshin%mailaps.org bf2788d424 bug 236941 (patch by Jean-Marc Desperrier) : UTF-8 converter loses full lines of text if there's any invalid character (r=jshin, sr=bienvenu) 2004-06-01 17:26:27 +00:00
scott%scott-macgregor.org a9cbdc4b2a Back out the fix for Bug #244722 since it introduced a crash. 2004-06-01 17:24:05 +00:00
bienvenu%nventure.com c7758ea98f clean up stream converter code, 243888, patch by brofield@jellycan.com, r=ducarroz, sr=bienvenu 2004-06-01 17:22:01 +00:00
scott%scott-macgregor.org 8d71634ad7 Bug #245176 --> several unsigned integers in the core bayesian algorithm should be signed integers because
they can be negative. Slightly improves our false negative rate on the benchmark.

Patch by Lorenzo Colitti
2004-06-01 03:26:28 +00:00
neil%parkwaycc.co.uk 3b85f947af Juggle with the content of the mark by date dialog to make it more likely that the title will fit b=245063 r/sr=sspitzer 2004-05-31 22:43:29 +00:00
bienvenu%nventure.com 94b66aed23 make picking offline startup from profile mgr override remember state pref, 229763, r/sr/a=sspitzer 2004-05-31 22:16:43 +00:00
neil%parkwaycc.co.uk fe2f9330ea performExpand should enumerate the servers from the account manager rather than crawling the folder pane b=165610 r=mscott sr=bienvenu 2004-05-31 11:42:43 +00:00
Stefan.Borggraefe%gmx.de 29a06d2604 Bug 242454: Cleanup of the Fieldmap-Import dialog.
r=neil, sr=mscott
2004-05-31 10:42:27 +00:00
scott%scott-macgregor.org 086c591c10 Bug #244722 --> Certain mal-formed mime messages that were marked as junk aren't getting
moved to the junk mail folder.

patch by Lorenzo Colitti.
sr=mscott
2004-05-31 06:58:43 +00:00
sspitzer%mozilla.org bab276742b fix for bug #244649
SMTP:  send dialog flashing during big attachment sending if you have a fast connection

r=mscott, sr=bienvenu
2004-05-31 05:56:40 +00:00
sspitzer%mozilla.org f34413b495 fix for bug #67555
if you first hit OK and get the alert about "list name exists",
cancel will still change mailing list name in the UI

r/sr=bienvenu
2004-05-30 18:08:26 +00:00
bienvenu%nventure.com f1fbbf110b fix 229374 cleaner fix for pop3 buffer overrun exploit, r=sspitzer, sr=mscott 2004-05-30 00:08:28 +00:00
sspitzer%mozilla.org 6dd7169ecd fix for bug #221521
vCard UI does not save some fields.

thanks to Ian Neal <bugzilla@arlen.demon.co.uk> for the fix.

r/sr=sspitzer
2004-05-29 21:46:41 +00:00
neil%parkwaycc.co.uk 694187ef78 Bug 87928 Subscribe quick search should search on unescaped newsgroup names and be sorted r/sr=bienvenu 2004-05-28 16:11:26 +00:00
bienvenu%nventure.com f887e61616 fix for 228033, import from OE fails if line is very long, patch by malcolm-bmo@farside.org.uk, r=bienvenu,sr=mscott 2004-05-27 15:48:14 +00:00
neil%parkwaycc.co.uk c110df0500 Bug 238688 Don't escape ASCII characters found in URLs when subscribing to newsgroups r=bienvenu sr=mscott 2004-05-26 21:32:20 +00:00
sspitzer%mozilla.org 337f5fc52b supplimental fix for bug #244217
thanks to burpmaster@truffula.net for catching a bad regression.

r/sr=bienvenu
2004-05-24 21:17:51 +00:00
neil%parkwaycc.co.uk 6faa40fb3a Bug 240821 nsSmtpService::GetDefaultServer almost never fails so don't bother using try/catch p=gautheri@noos.fr r=me sr=mscott 2004-05-24 20:40:12 +00:00
kyle.yuan%sun.com 54769e8fbc Bug 243808 keynav: can't select mail folders for offline from keyboard
r=neil.parkwaycc.co.uk, sr=bienvenu, patch by ginn.chen@sun.com
2004-05-24 09:59:52 +00:00
Stefan.Borggraefe%gmx.de bd88cbd96d Fixes a regression caused by my earlier checkin for bug 241854 (the Subscribe column wasn't centered anymore)
r=neil, sr=mscott
2004-05-24 05:35:36 +00:00
scott%scott-macgregor.org de1e0482af Bug #242988 --> land thunderbird specific rendering for vCards inline with the message. The changes to mimevcrd
should effect thunderbird only.
2004-05-24 00:10:25 +00:00
sspitzer%mozilla.org 701fb9a70f fix for bug #244217
Initial Mail retrieval from POP account fails(mac only)

the problem is that on the mac, nsPersistentFileDescriptor::operator= will fail silently if the file doesn't exist.
(that issue will be spun off)

on the mailnews side, we can create the msf file

r/sr=bienvenu
2004-05-23 23:14:22 +00:00
bienvenu%nventure.com 289410743c 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 0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu 62a5127738 Relanding, since backing out did not fix orange. Bug 232691. 2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu 7f1e54b18d Backing out to attempt to fix Mac orange. Bug 232691 2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu abcad1dc39 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 01eb104cf2 fix 244299 handle js exceptions when trying to find identity for reply, sr=mscott, handles case where original account has been deleted/corrupted 2004-05-21 19:10:39 +00:00
bienvenu%nventure.com 7a040502a1 make reply/forward to a pop3 message use account key, if set, part of global inbox work 30057, sr=mscott 2004-05-21 18:16:42 +00:00
bienvenu%nventure.com d038c70423 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
neil%parkwaycc.co.uk ce7886cfdd Bug 88633 Disable the attachments menuitem when we have no attachments r=Stefan.Borggraefe sr=mscott 2004-05-21 09:44:59 +00:00
bienvenu%nventure.com d4cf4b5ff4 add account column to thread pane for global inbox, 30057, sr=mscott 2004-05-20 23:41:30 +00:00
bienvenu%nventure.com 688a4e589c 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 aa21b1c3e4 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
scott%scott-macgregor.org 77ca4b4c30 Bug #243852 --> reverse the logic on when we block remote images.
Fixes the regression introduced by Bug #191839.

Effects thunderbird only.
2004-05-20 06:09:19 +00:00
scott%scott-macgregor.org a0309b291d Bug #193891 --> Wrong message text: "Maximum Message Size set in Preferences". Should refer to account settings.
Patch by Tim Meader
sr=mscott
2004-05-20 04:50:31 +00:00
scott%scott-macgregor.org 2c06cb91d8 Bug #157566 --> try to address some of the mapi regressions caused by Bug #157566 where mapi makes a copy of the
attachment before returning to the calling application.

sr=bienvenu
2004-05-19 21:53:50 +00:00
ere%atp.fi 32b46ee984 Fix for bug 243854: MIME hang while sanitizing a message
r/sr=bienvenu
2004-05-19 06:04:36 +00:00
timeless%mozdev.org c7d6777a50 Bug 242708 Custom folder chosen as Junk folder has Junk icon, but keeps it even when not being the Junk folder anymore
patch by durbacher@gmx.de r=mscott sr=bienvenu
2004-05-19 00:25:18 +00:00
scott%scott-macgregor.org 024a5acba0 First part of Bug #243680 --> Marking mails as "not junk" does not update training.dat / spam filter does not create that file at all.
No one was ever calling shutdown on the plugin so we never forced ourselves to save the training data
if it was dirty.

sr=bienvenu
2004-05-18 23:41:54 +00:00
caillon%redhat.com 178bb153f1 Kill off nsComObsolete.h
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00